Méthode IDTSPackageInternal.SSISExecSuspend
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Returns a String that contains the combined id and exec type.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Sub SSISExecSuspend ( _
CombinedId As String, _
ExecType As Integer _
)
'Utilisation
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
)
Paramètres
- CombinedId
Type : System.String
The name of the combined id.
- ExecType
Type : System.Int32
The value of the exec type.