Freigeben über


SsisServerExecution.ExecutionID-Eigenschaft

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

Eigenschaftswert

Typ: System.Int64
The execution ID.

Implementiert

IDTSServerExecution100.ExecutionID

Siehe auch

Verweis

SsisServerExecution Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace