Partager via


Propriété IDTSServerExecution100.ExecutionID

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property ExecutionID As Long 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

For more information, see SsisServerExecution.

Voir aussi

Référence

IDTSServerExecution100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper