ProjectAccessor.CreateSsisServerExecution2 メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
SSISサーバーの実行を作成します。
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution2(System::String ^ serverName, System::String ^ serverUserName, System::String ^ serverPassword, System::String ^ packagePath, System::String ^ referenceId, bool use32BitRuntime);
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution2(string serverName, string serverUserName, string serverPassword, string packagePath, string referenceId, bool use32BitRuntime);
[<System.CLSCompliant(false)>]
abstract member CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
override this.CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Function CreateSsisServerExecution2 (serverName As String, serverUserName As String, serverPassword As String, packagePath As String, referenceId As String, use32BitRuntime As Boolean) As IDTSServerExecution100
パラメーター
- serverName
- String
サーバー名。
- serverUserName
- String
サーバーのユーザー名。
- serverPassword
- String
サーバーのパスワードです。
- packagePath
- String
パッケージパス。
- referenceId
- String
参照識別子。
- use32BitRuntime
- Boolean
メソッドが32ビットランタイムを使用する場合は真です。そうでなければ、誤りです。
返品
IDTSServerExecution100 を返します。
実装
- 属性