Метод IntegrationServices.ISfcDomain.GetExecutionEngine

Retrieves the execution engine.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Private Function GetExecutionEngine As ISfcExecutionEngine 
    Implements ISfcDomain.GetExecutionEngine
'Применение
Dim instance As IntegrationServices 
Dim returnValue As ISfcExecutionEngine 

returnValue = CType(instance, ISfcDomain).GetExecutionEngine()
ISfcExecutionEngine ISfcDomain.GetExecutionEngine()
private:
virtual ISfcExecutionEngine^ GetExecutionEngine() sealed = ISfcDomain::GetExecutionEngine
private abstract GetExecutionEngine : unit -> ISfcExecutionEngine  
private override GetExecutionEngine : unit -> ISfcExecutionEngine
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcExecutionEngine
The execution engine.

Реализует

ISfcDomain.GetExecutionEngine()

См. также

Справочник

IntegrationServices Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices