Freigeben über


GetExecutionEngine-Methode

Gets the execution engine for the domain. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Function GetExecutionEngine As ISfcExecutionEngine
'Usage
Dim instance As ISfcDomain
Dim returnValue As ISfcExecutionEngine

returnValue = instance.GetExecutionEngine()
ISfcExecutionEngine GetExecutionEngine()
ISfcExecutionEngine^ GetExecutionEngine()
abstract GetExecutionEngine : unit -> ISfcExecutionEngine 
function GetExecutionEngine() : ISfcExecutionEngine

Rückgabewert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcExecutionEngine
An ISfcExecutionEngine object that represents the execution engine.