IDTSTask100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides methods and properties that are called by the run-time engine to notify tasks to suspend execution.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ExecutionValue | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the value of the execution. This field is read-only. |
| Name | Description | |
|---|---|---|
![]() | Execute(IDTSConnections100^, IDTSVariableDispenser100^, IDTSComponentEvents100^, IDTSLogging100^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Runs the task. |
![]() | Validate(IDTSConnections100^, IDTSVariableDispenser100^, IDTSComponentEvents100^, IDTSLogging100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Verifies that the component is properly configured. |
Show:

