Méthode XEStore.ISfcDomain.GetExecutionEngine

Gets the execution engine.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
Private Function GetExecutionEngine As ISfcExecutionEngine 
    Implements ISfcDomain.GetExecutionEngine
'Utilisation
Dim instance As XEStore 
Dim returnValue As ISfcExecutionEngine 

returnValue = CType(instance, ISfcDomain).GetExecutionEngine()
ISfcExecutionEngine ISfcDomain.GetExecutionEngine()
private:
virtual ISfcExecutionEngine^ GetExecutionEngine() sealed = ISfcDomain::GetExecutionEngine
private abstract GetExecutionEngine : unit -> ISfcExecutionEngine  
private override GetExecutionEngine : unit -> ISfcExecutionEngine
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de retour

Type : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcExecutionEngine
Returns SfcTSqlExecutionEngine.

Implémente

ISfcDomain.GetExecutionEngine()

Notes

The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is found in the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.

Voir aussi

Référence

XEStore Classe

Espace de noms Microsoft.SqlServer.Management.XEvent