Compartilhar via


Método IntegrationServices.ISfcDomain.UseSfcStateManagement

Retrieves or sets a value that indicates whether the SFC state management is used.

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

Sintaxe

'Declaração
Private Function UseSfcStateManagement As Boolean 
    Implements ISfcDomain.UseSfcStateManagement
'Uso
Dim instance As IntegrationServices 
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor de retorno

Tipo: System.Boolean
true if the SFC state management is being used; otherwise, false.

Implementa

ISfcDomain.UseSfcStateManagement()

Consulte também

Referência

IntegrationServices Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices