언어

ApplicationClass.CreateSsisServerExecution 메서드

정의

SSIS 서버 실행을 생성합니다.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::CreateSsisServerExecution;
public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::CreateSsisServerExecution;
[System.Runtime.InteropServices.DispId(70)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution(string bstrServerName, string bstrPackagePath, string bstrReferenceId, bool bUse32BitRuntime);
[<System.Runtime.InteropServices.DispId(70)>]
abstract member CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
override this.CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Overridable Function CreateSsisServerExecution (bstrServerName As String, bstrPackagePath As String, bstrReferenceId As String, bUse32BitRuntime As Boolean) As IDTSServerExecution100

매개 변수

bstrServerName
String

서버 이름입니다.

bstrPackagePath
String

패키지의 경로.

bstrReferenceId
String

참조 식별자입니다.

bUse32BitRuntime
Boolean

true는 32비트 런타임이 64비트 운영체제에서 패키지를 실행하는 데 사용되었음을 나타냅니다; 그렇지 않으면 거짓입니다.

반품

생성된 SSIS 서버.

구현

특성

적용 대상