Freigeben über


CollectorConfigStore.ISfcDomain.GetExecutionEngine-Methode

This method is for internal use only.

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

Syntax

'Declaration
Private Function GetExecutionEngine As ISfcExecutionEngine 
    Implements ISfcDomain.GetExecutionEngine
'Usage
Dim instance As CollectorConfigStore 
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
An ISfcExecutionEngine object.

Implementiert

ISfcDomain.GetExecutionEngine()

Siehe auch

Verweis

CollectorConfigStore Klasse

Microsoft.SqlServer.Management.Collector-Namespace