Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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