ForEachLoopClass.IDTSForEachLoop100_Execute 메서드

정의

실행 파일을 실행합니다.

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

매개 변수

pConnections
IDTSConnections100

IDTSConnections100 컬렉션입니다.

pVariables
IDTSVariables100

IDTSVariables100 컬렉션입니다.

pEvents
IDTSEvents100

이벤트를 발생시키는 IDTSEvents100 인터페이스입니다.

pLog
IDTSLogging100

IDTSLogging100 인터페이스입니다.

pTransaction
Object

트랜잭션에 참여하는 경우 트랜잭션 유형에 대한 핸들입니다. 이 값은 null일 수 있습니다.

반환

실행 파일을 실행한 결과로 얻은 성공, 실패 또는 기타 상태를 나타내는 DTSExecResult 열거형의 열거 값 중 하나입니다.

적용 대상