RegisteredServersStore.GetExecutionEngine Método
Gets an execution engine object.
Espacio de nombres: Microsoft.SqlServer.Management.RegisteredServers
Ensamblado: Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxis
'Declaración
Public Function GetExecutionEngine As ISfcExecutionEngine
'Uso
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
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcExecutionEngine
A ISfcExecutionEngine object.
Implementa
ISfcDomain.GetExecutionEngine()
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers