Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the execution identifier of the instance.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property ExecutionID As Long
Get
'Usage
Dim instance As SsisServerExecution
Dim value As Long
value = instance.ExecutionID
public long ExecutionID { get; }
public:
virtual property long long ExecutionID {
long long get () sealed;
}
abstract ExecutionID : int64
override ExecutionID : int64
final function get ExecutionID () : long
Property Value
Type: System.Int64
The execution ID.
Implements
IDTSServerExecution100.ExecutionID