Freigeben über


XEStore.ISfcDomain.GetExecutionEngine-Methode

Gets the execution engine.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Private Function GetExecutionEngine As ISfcExecutionEngine 
    Implements ISfcDomain.GetExecutionEngine
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Rückgabewert

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

Implementiert

ISfcDomain.GetExecutionEngine()

Hinweise

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.

Siehe auch

Verweis

XEStore Klasse

Microsoft.SqlServer.Management.XEvent-Namespace