Application.CreateSsisServerExecution メソッド
SSIS サーバーの実行を作成します。
この API は、CLS に準拠していません。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
<CLSCompliantAttribute(False)> _
Public Function CreateSsisServerExecution ( _
serverName As String, _
packagePath As String, _
referenceId As String, _
use32BitRuntime As Boolean _
) As IDTSServerExecution100
'使用
Dim instance As Application
Dim serverName As String
Dim packagePath As String
Dim referenceId As String
Dim use32BitRuntime As Boolean
Dim returnValue As IDTSServerExecution100
returnValue = instance.CreateSsisServerExecution(serverName, _
packagePath, referenceId, use32BitRuntime)
[CLSCompliantAttribute(false)]
public IDTSServerExecution100 CreateSsisServerExecution(
string serverName,
string packagePath,
string referenceId,
bool use32BitRuntime
)
[CLSCompliantAttribute(false)]
public:
IDTSServerExecution100^ CreateSsisServerExecution(
String^ serverName,
String^ packagePath,
String^ referenceId,
bool use32BitRuntime
)
[<CLSCompliantAttribute(false)>]
member CreateSsisServerExecution :
serverName:string *
packagePath:string *
referenceId:string *
use32BitRuntime:bool -> IDTSServerExecution100
public function CreateSsisServerExecution(
serverName : String,
packagePath : String,
referenceId : String,
use32BitRuntime : boolean
) : IDTSServerExecution100
パラメーター
- serverName
型: System.String
サーバー名です。
- packagePath
型: System.String
パッケージのパスです。
- referenceId
型: System.String
参照識別子です。
- use32BitRuntime
型: System.Boolean
64 ビット オペレーティング システムで 32 ビットのランタイムを使用してパッケージを実行するかどうかを示します。
戻り値
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
作成された SSIS サーバーです。