Package.Execute Method
Include Protected Members
Include Inherited Members
Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution.
Overload List
Name | Description | |
---|---|---|
Execute() | Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution. | |
Execute(Connections, Variables, IDTSEvents, IDTSLogging, Object) | Runs the application, container, or package as part of a package workflow. (Inherited from DtsContainer.) |
Top