Метод IDTSPackageInternal.SSISExecSuspend
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Returns a String that contains the combined id and exec type.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Sub SSISExecSuspend ( _
CombinedId As String, _
ExecType As Integer _
)
'Применение
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
)
Параметры
- CombinedId
Тип: System.String
The name of the combined id.
- ExecType
Тип: System.Int32
The value of the exec type.