Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.