IDTSPackageInternal.SSISExecSuspend(String, Int32) 方法

定义

返回包含合并 ID 和 exec 类型的字符串。

public:
 void SSISExecSuspend(System::String ^ CombinedId, int ExecType);
public void SSISExecSuspend (string CombinedId, int ExecType);
abstract member SSISExecSuspend : string * int -> unit
Public Sub SSISExecSuspend (CombinedId As String, ExecType As Integer)

参数

CombinedId
String

合并的 ID 的名称。

ExecType
Int32

执行类型的值。

适用于