ApplicationClass.CreateSsisServerExecution2 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution2(System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::CreateSsisServerExecution2;
[System.Runtime.InteropServices.DispId(72)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution2 (string bstrServerName, string bstrServerUserName, string bstrServerPassword, string bstrPackagePath, string bstrReferenceId, bool bUse32BitRuntime);
[<System.Runtime.InteropServices.DispId(72)>]
abstract member CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
override this.CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Overridable Function CreateSsisServerExecution2 (bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String, bstrPackagePath As String, bstrReferenceId As String, bUse32BitRuntime As Boolean) As IDTSServerExecution100
매개 변수
- bstrServerName
- String
- bstrServerUserName
- String
- bstrServerPassword
- String
- bstrPackagePath
- String
- bstrReferenceId
- String
- bUse32BitRuntime
- Boolean
반환
구현
- 특성