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.

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
Public method Execute() Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution.
Public method Execute(Connections, Variables, IDTSEvents, IDTSLogging, Object) Runs the application, container, or package as part of a package workflow. (Inherited from DtsContainer.)

Top