PackageRemote32Class.IDTSExecutable100_Execute Method

Definition

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::DTSExecResult IDTSExecutable100_Execute(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSVariables100 ^ pVariables, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSLogging100 ^ pLog, System::Object ^ pTransaction) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSExecutable100::Execute;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.DTSExecResult IDTSExecutable100_Execute (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSVariables100 pVariables, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSLogging100 pLog, object pTransaction);
abstract member IDTSExecutable100_Execute : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSVariables100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSLogging100 * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.DTSExecResult
override this.IDTSExecutable100_Execute : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSVariables100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSLogging100 * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.DTSExecResult
Public Overridable Function IDTSExecutable100_Execute (pConnections As IDTSConnections100, pVariables As IDTSVariables100, pEvents As IDTSEvents100, pLog As IDTSLogging100, pTransaction As Object) As DTSExecResult

Parameters

pConnections
IDTSConnections100
pVariables
IDTSVariables100
pEvents
IDTSEvents100
pTransaction
Object

Returns

Applies to