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.