Метод IntegrationServices.ISfcDomain.UseSfcStateManagement

Retrieves or sets a value that indicates whether the SFC state management is used.

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

Синтаксис

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

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

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

Тип: System.Boolean
true if the SFC state management is being used; otherwise, false.

Реализует

ISfcDomain.UseSfcStateManagement()

См. также

Справочник

IntegrationServices Класс

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