IDTSServerExecution100.ExecutionID Property

Definition

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.

Applies to