IDTSPackageInternal100.SSISExecSuspend メソッド

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

統合 ID と exec 型を格納する文字列 String を返します。

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

構文

'宣言
Sub SSISExecSuspend ( _
    CombinedId As String, _
    ExecType As Integer _
)
'使用
Dim instance As IDTSPackageInternal100 
Dim CombinedId As String 
Dim ExecType As Integer

instance.SSISExecSuspend(CombinedId, _
    ExecType)
void SSISExecSuspend(
    string CombinedId,
    int ExecType
)
void SSISExecSuspend(
    [InAttribute] String^ CombinedId, 
    [InAttribute] int ExecType
)
abstract SSISExecSuspend : 
        CombinedId:string * 
        ExecType:int -> unit
function SSISExecSuspend(
    CombinedId : String, 
    ExecType : int
)

パラメーター

関連項目

参照

IDTSPackageInternal100 インターフェイス

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