PackageClass.IDTSExecutable100_Execute Method (IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object)
This API supports the product infrastructure and is not intended to be used directly from your code.
Executes the executable.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
public virtual DTSExecResult IDTSExecutable100_Execute( IDTSConnections100 pConnections, IDTSVariables100 pVariables, IDTSEvents100 pEvents, IDTSLogging100 pLog, object pTransaction )
Parameters
- pConnections
-
Type:
Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The collection of connections.
- pVariables
-
Type:
Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
The collection of variables.
- pEvents
-
Type:
Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
An IDTSEvents100 interface to raise events.
- pLog
-
Type:
Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100
An IDTSLogging100 interface.
- pTransaction
-
Type:
System.Object
The handle to a transaction type if participating in a transaction.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResultThe result that indicates success, failure, or other status from running the executable.
Show: