ISfcDomain.GetExecutionEngine Method
Gets the execution engine for the domain. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcExecutionEngine
An ISfcExecutionEngine object that represents the execution engine.