Metodo IDTSPackageInternal100.SSISExecSuspend

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Parametri

Vedere anche

Riferimento

IDTSPackageInternal100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper