IDTSPackageInternal100.SSISExecSuspend(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String that contains the combined id and exec type.
public:
void SSISExecSuspend(System::String ^ CombinedId, int ExecType);
[System.Runtime.InteropServices.DispId(1610743809)]
public void SSISExecSuspend (string CombinedId, int ExecType);
[<System.Runtime.InteropServices.DispId(1610743809)>]
abstract member SSISExecSuspend : string * int -> unit
Public Sub SSISExecSuspend (CombinedId As String, ExecType As Integer)
Parameters
- CombinedId
- String
The name of the combined id.
- ExecType
- Int32
The value of the exec type
- Attributes