Proprietà IDTSServerExecution100.ExecutionID
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets a 64-bit integer that represents the unique identifier for the instance of execution.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property ExecutionID As Long
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int64
A 64-bit integer that represents the unique identifier for the instance of execution.
Osservazioni
For more information, see SsisServerExecution.