Метод ISfcDomain.UseSfcStateManagement
Specifies whether to use state management provided by the SFC. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Function UseSfcStateManagement As Boolean
'Применение
Dim instance As ISfcDomain
Dim returnValue As Boolean
returnValue = instance.UseSfcStateManagement()
bool UseSfcStateManagement()
bool UseSfcStateManagement()
abstract UseSfcStateManagement : unit -> bool
function UseSfcStateManagement() : boolean
Возвращаемое значение
Тип: System.Boolean
true if SFC-provided state management is being used; otherwise, false.