IDTSPackage100.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.
Returns the information about the success or failure of the package execution.
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() | Infrastructure. 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
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.