Partager via


Propriété SsisServerExecution.ExecutionID

Gets the execution identifier of the instance.

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

Syntaxe

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

Valeur de propriété

Type : System.Int64
The execution ID.

Implémente

IDTSServerExecution100.ExecutionID

Voir aussi

Référence

SsisServerExecution Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime