ApplicationClass.CreateSsisServerExecution 메서드

정의

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSApplication100::CreateSsisServerExecution;
[System.Runtime.InteropServices.DispId(70)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.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.Sql2014.IDTSServerExecution100
override this.CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.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

반환

만들어진 SSIS 서버입니다.

구현

특성

적용 대상