IDTSProjectAccessor100.CreateSsisServerExecution メソッド

定義

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

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution(string bstrServerName, string bstrPackagePath, string bstrReferenceId, bool bUse32BitRuntime);
abstract member CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Function CreateSsisServerExecution (bstrServerName As String, bstrPackagePath As String, bstrReferenceId As String, bUse32BitRuntime As Boolean) As IDTSServerExecution100

パラメーター

bstrServerName
String

サーバー名。

bstrPackagePath
String

パッケージパス。

bstrReferenceId
String

参照識別子。

bUse32BitRuntime
Boolean

メソッドが32ビットランタイムを使用する場合は真です。そうでなければ、誤りです。

返品

適用対象