IDTSPackageInternal100.SetISServerExecutionID(Int64) 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.
Sets the Integration Services server execution ID of the package.
public:
void SetISServerExecutionID(long ISServerExecutionID);
[System.Runtime.InteropServices.DispId(1610743810)]
public void SetISServerExecutionID (long ISServerExecutionID);
[<System.Runtime.InteropServices.DispId(1610743810)>]
abstract member SetISServerExecutionID : int64 -> unit
Public Sub SetISServerExecutionID (ISServerExecutionID As Long)
Parameters
- ISServerExecutionID
- Int64
The Integration Services server execution ID to set.
- Attributes