UseSfcStateManagement-Methode
Specifies whether to use state management provided by the SFC. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
Rückgabewert
Typ: System. . :: . .Boolean
true if SFC-provided state management is being used; otherwise, false.