Freigeben über


IDTSServerExecution100.ExecutionID-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets a 64-bit integer that represents the unique identifier for the instance of execution.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property ExecutionID As Long 
    Get
'Usage
Dim instance As IDTSServerExecution100 
Dim value As Long 

value = instance.ExecutionID
long ExecutionID { get; }
property long long ExecutionID {
    long long get ();
}
abstract ExecutionID : int64
function get ExecutionID () : long

Eigenschaftswert

Typ: System.Int64
A 64-bit integer that represents the unique identifier for the instance of execution.

Hinweise

For more information, see SsisServerExecution.

Siehe auch

Verweis

IDTSServerExecution100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace