SQL Server 2012 SSIS Script Task for sending mail from Gamil to Gmail , showing “DTS Script :Runtime Error”
问题 I am using SSIS 12, SQL Server 2012, Visual Studio 2012 and .net 4. My SSIS script task code(for sending mail): // Introduction to the script task /* The Script Task allows you to perform virtually any operation that can be accomplished in * a .Net application within the context of an Integration Services control flow. * * Expand the other regions which have "Help" prefixes for examples of specific ways to use * Integration Services features within this script task. */ using System; using