言語

ProjectAccessor.CreateSsisServerExecution メソッド

定義

重要

この API は CLS 準拠ではありません。

SSISサーバーの実行を作成します。

public:
 virtual 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)>]
abstract member CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
override 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ビットランタイムを使用する場合は真です。そうでなければ、誤りです。

返品

IDTSServerExecution100 を返します。

実装

属性

適用対象