DacDomain.ISfcDomain.UseSfcStateManagement Method

Specifies whether to use the state management provided by the Microsoft.SqlServer.Management.Sdk.Sfc namespace.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Private Function UseSfcStateManagement As Boolean
    Implements ISfcDomain.UseSfcStateManagement
'Usage
Dim instance As DacDomain
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.Boolean
Returns a Boolean value that specifies true if SFC is supplying state management, otherwise false.

Implements

ISfcDomain.UseSfcStateManagement()

See Also

Reference

DacDomain Class

Microsoft.SqlServer.Management.Dac Namespace