Freigeben über


IDTSPackageInternal100.SSISExecSuspend-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub SSISExecSuspend ( _
    CombinedId As String, _
    ExecType As Integer _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

IDTSPackageInternal100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace