Freigeben über


ISfcDomain.GetExecutionEngine-Methode

Returns an ISfcExecutionEngine object that specifies an instance of the Database Engine for running scripts.

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

Syntax

'Declaration
Private Function GetExecutionEngine As ISfcExecutionEngine
    Implements ISfcDomain.GetExecutionEngine
'Usage
Dim instance As DacDomain
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 ISfcExecutionEngine that represents the execution engine.

Implementiert

ISfcDomain. . :: . .GetExecutionEngine() () () ()