IDTSExecutable100.Execute 메서드

정의

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

매개 변수

pConnections
IDTSConnections100
pVariables
IDTSVariables100
pEvents
IDTSEvents100
pTransaction
Object

반환

실행 파일을 실행하여 얻은 성공, 실패 또는 다른 상태를 나타내는 결과입니다.

특성

적용 대상