PackageRemote32Class.Execute Method
Include Protected Members
Include Inherited Members
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Runs the package.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Execute() | Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution. | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastructure. Runs the application, container, or package as part of a package workflow. |
Top