다음을 통해 공유


ProjectAccessor.CreateSsisServerExecution2 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

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

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution2(System::String ^ serverName, System::String ^ serverUserName, System::String ^ serverPassword, System::String ^ packagePath, System::String ^ referenceId, bool use32BitRuntime);
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution2 (string serverName, string serverUserName, string serverPassword, string packagePath, string referenceId, bool use32BitRuntime);
[<System.CLSCompliant(false)>]
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 Function CreateSsisServerExecution2 (serverName As String, serverUserName As String, serverPassword As String, packagePath As String, referenceId As String, use32BitRuntime As Boolean) As IDTSServerExecution100

매개 변수

serverName
String

서버 이름입니다.

serverUserName
String

서버 사용자 이름입니다.

serverPassword
String

서버 암호입니다.

packagePath
String

패키지 경로입니다.

referenceId
String

참조 식별자입니다.

use32BitRuntime
Boolean

메서드가 32비트 런타임을 사용하는 경우 True입니다. 그렇지 않으면 false입니다.

반환

IDTSServerExecution100를 반환합니다.

구현

특성

적용 대상