RegisteredServersStore.GetExecutionEngine Method
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Function GetExecutionEngine As ISfcExecutionEngine
'Usage
Dim instance As RegisteredServersStore
Dim returnValue As ISfcExecutionEngine
returnValue = instance.GetExecutionEngine()
public ISfcExecutionEngine GetExecutionEngine()
public:
virtual ISfcExecutionEngine^ GetExecutionEngine() sealed
abstract GetExecutionEngine : unit -> ISfcExecutionEngine
override GetExecutionEngine : unit -> ISfcExecutionEngine
public final function GetExecutionEngine() : ISfcExecutionEngine
Return Value
Type: ISfcExecutionEngine
Implements
ISfcDomainGetExecutionEngine()