Metodo CollectorConfigStore.ISfcDomain.GetExecutionEngine

This method is for internal use only.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Private Function GetExecutionEngine As ISfcExecutionEngine 
    Implements ISfcDomain.GetExecutionEngine
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore restituito

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcExecutionEngine
An ISfcExecutionEngine object.

Implementa

ISfcDomain.GetExecutionEngine()

Vedere anche

Riferimento

CollectorConfigStore Classe

Spazio dei nomi Microsoft.SqlServer.Management.Collector