IDTSServerExecution100.ExecutionID Property
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.
Gets a 64-bit integer that represents the unique identifier for the instance of execution.
public:
property long ExecutionID { long get(); };
[System.Runtime.InteropServices.DispId(1)]
public long ExecutionID { get; }
[<System.Runtime.InteropServices.DispId(1)>]
member this.ExecutionID : int64
Public ReadOnly Property ExecutionID As Long
Property Value
A 64-bit integer that represents the unique identifier for the instance of execution.
- Attributes
Remarks
For more information, see SsisServerExecution.