Share via


IDTSPackageInternal100.SSISExecSuspend Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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
)

Parameters

See Also

Reference

IDTSPackageInternal100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace