Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- CombinedId
Type: System.String
The name of the combined id.
- ExecType
Type: System.Int32
The value of the exec type