다음을 통해 공유


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
)

매개 변수

참고 항목

참조

IDTSPackageInternal 인터페이스

Microsoft.SqlServer.Dts.Runtime 네임스페이스