Compartilhar via


Método RegisteredServersStore.UseSfcStateManagement

Determines whether the SFC state management is enabled on the Registered Server store.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
Public Function UseSfcStateManagement As Boolean
'Uso
Dim instance As RegisteredServersStore 
Dim returnValue As Boolean 

returnValue = instance.UseSfcStateManagement()
public bool UseSfcStateManagement()
public:
virtual bool UseSfcStateManagement() sealed
abstract UseSfcStateManagement : unit -> bool  
override UseSfcStateManagement : unit -> bool
public final function UseSfcStateManagement() : boolean

Valor de retorno

Tipo: System.Boolean
A Boolean value that determines whether SFC state management is enabled.If True, SFC state management is enabled. Otherwise, False.

Implementa

ISfcDomain.UseSfcStateManagement()

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

RegisteredServersStore Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers