The Execute method executes a Data Transformation Services (DTS) package or step.
object.Execute
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
When used with the Package2 and Step2 objects, the Execute method takes no parameters. An application need not call the Execute method for each step or task. Instead the Package2 object calls the Execute method to launch each step or task after the application calls Package2.Execute.
HRESULT Execute( );