ScriptObjectModel Properties
Namespace:
Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
| Name | Description | |
|---|---|---|
![]() | Connections | Returns the Connections collection of existing connections defined in the package that contains the Script task. |
![]() | Events | Returns the IDTSComponentEvents collection of existing events defined in the package that contains the Script task. |
![]() | ExecutionValue | Gets or sets a user-defined object that provides additional information about the results of task execution. |
![]() | TaskResult | Returns the DTSExecResult of the Script task. |
![]() | Transaction | Returns the transaction associated with the container of the Script task. |
![]() | VariableDispenser | Returns the VariableDispenser that can be used within the Script task to work with existing variables. |
![]() | Variables | Returns the Variables collection of existing variables defined in the package that contains the Script task. |
Show:
