Share via


PolicyStore.ISfcDomain.GetExecutionEngine Method

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 supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

ISfcDomain.GetExecutionEngine()