ISfcDomain.GetExecutionEngine-Methode
Gets a new ISfcExecutionEngine object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Private Function GetExecutionEngine As ISfcExecutionEngine
Implements ISfcDomain.GetExecutionEngine
'Usage
Dim instance As PolicyStore
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
A new ISfcExecutionEngine object.