RegisteredServersStore.GetExecutionEngine Method
Gets an execution engine object.
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: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcExecutionEngine
A ISfcExecutionEngine object.
Implements
ISfcDomain.GetExecutionEngine()
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.