Método IDTSPackageInternal.SSISExecSuspend
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Returns a String that contains the combined id and exec type.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Sub SSISExecSuspend ( _
CombinedId As String, _
ExecType As Integer _
)
'Uso
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
)
Parâmetros
- CombinedId
Tipo: System.String
The name of the combined id.
- ExecType
Tipo: System.Int32
The value of the exec type.