ForLoopClass.Execute Método

Definición

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

Parámetros

pConnections
IDTSConnections100
pVariables
IDTSVariables100
pEvents
IDTSEvents100
pTransaction
Object

Devoluciones

Implementaciones

Atributos

Se aplica a