Application.CreateSsisServerExecution(String, String, String, Boolean) 方法

定義

重要

此 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 位元作業系統上執行封裝。

傳回

IDTSServerExecution100

建立的 SSIS 伺服器。

屬性

適用於