Udostępnij za pośrednictwem


ISfcDomain.UseSfcStateManagement Method

Specifies whether to use state management provided by the SFC. 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 UseSfcStateManagement As Boolean
'Usage
Dim instance As ISfcDomain 
Dim returnValue As Boolean 

returnValue = instance.UseSfcStateManagement()
bool UseSfcStateManagement()
bool UseSfcStateManagement()
abstract UseSfcStateManagement : unit -> bool
function UseSfcStateManagement() : boolean

Return Value

Type: System.Boolean
true if SFC-provided state management is being used; otherwise, false.

See Also

Reference

ISfcDomain Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace