共用方式為


IDTSPackageInternal.SSISExecSuspend 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Returns a String that contains the combined id and exec type.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Sub SSISExecSuspend ( _
    CombinedId As String, _
    ExecType As Integer _
)
'用途
Dim instance As IDTSPackageInternal 
Dim CombinedId As String 
Dim ExecType As Integer

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

參數

  • ExecType
    型別:System.Int32
    The value of the exec type.

請參閱

參考

IDTSPackageInternal 介面

Microsoft.SqlServer.Dts.Runtime 命名空間