IDTSApplication100.CreateSsisServerExecution メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Function CreateSsisServerExecution ( _
    bstrServerName As String, _
    bstrPackagePath As String, _
    bstrReferenceId As String, _
    bUse32BitRuntime As Boolean _
) As IDTSServerExecution100
'使用
Dim instance As IDTSApplication100 
Dim bstrServerName As String 
Dim bstrPackagePath As String 
Dim bstrReferenceId As String 
Dim bUse32BitRuntime As Boolean 
Dim returnValue As IDTSServerExecution100 

returnValue = instance.CreateSsisServerExecution(bstrServerName, _
    bstrPackagePath, bstrReferenceId, _
    bUse32BitRuntime)
IDTSServerExecution100 CreateSsisServerExecution(
    string bstrServerName,
    string bstrPackagePath,
    string bstrReferenceId,
    bool bUse32BitRuntime
)
IDTSServerExecution100^ CreateSsisServerExecution(
    [InAttribute] String^ bstrServerName, 
    [InAttribute] String^ bstrPackagePath, 
    [InAttribute] String^ bstrReferenceId, 
    [InAttribute] bool bUse32BitRuntime
)
abstract CreateSsisServerExecution : 
        bstrServerName:string * 
        bstrPackagePath:string * 
        bstrReferenceId:string * 
        bUse32BitRuntime:bool -> IDTSServerExecution100
function CreateSsisServerExecution(
    bstrServerName : String, 
    bstrPackagePath : String, 
    bstrReferenceId : String, 
    bUse32BitRuntime : boolean
) : IDTSServerExecution100

パラメーター

  • bstrPackagePath
    型: System.String
    パッケージのパスです。
  • bUse32BitRuntime
    型: System.Boolean
    64 ビット オペレーティング システムで 32 ビットのランタイムを使用してパッケージを実行するかどうかを示します。

戻り値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
作成された SSIS サーバーです。

関連項目

参照

IDTSApplication100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間