IDTSExecutable100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Execute(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Executes the executable. |
![]() | Validate(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. |
Show:
