

#Script it 2017 code
' ' To open Code and Text Editor Help, press F1. ' Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.

Connections, variables, events, ' and logging features are available as static members of the Dts class. ' To access the object model, use the Dts object.

Success = .DTSExecResult.Successįailure = .DTSExecResult.FailureĮnd Enum ' The execution engine calls this method when the task executes. Inherits .ScriptTask.VSTARTScriptObjectModelBase ' Microsoft SQL Server Integration Services Script Task ' Write scripts using Microsoft Visual Basic ' The ScriptMain class is the entry point of the Script Task.
