언어

Application.CreateSsisServerExecution(String, String, String, Boolean) 메서드

정의

Important

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

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

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ serverName, System::String ^ packagePath, System::String ^ referenceId, bool use32BitRuntime);
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution(string serverName, string packagePath, string referenceId, bool use32BitRuntime);
[<System.CLSCompliant(false)>]
member this.CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Function CreateSsisServerExecution (serverName As String, packagePath As String, referenceId As String, use32BitRuntime As Boolean) As IDTSServerExecution100

매개 변수

serverName
String

서버 이름입니다.

packagePath
String

패키지의 경로.

referenceId
String

참조 식별자입니다.

use32BitRuntime
Boolean

32비트 런타임이 64비트 운영체제에서 패키지를 실행하는 데 사용되는지 나타냅니다.

반품

생성된 SSIS 서버.

특성

적용 대상