言語

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ビットOS上でパッケージを実行するために使われているかどうかを示します。

返品

作成されたSSISサーバー。

属性

適用対象