Freigeben über


IntegrationServices.ISfcDomain.UseSfcStateManagement-Methode

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

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

Syntax

'Declaration
Private Function UseSfcStateManagement As Boolean 
    Implements ISfcDomain.UseSfcStateManagement
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Rückgabewert

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

Implementiert

ISfcDomain.UseSfcStateManagement()

Siehe auch

Verweis

IntegrationServices Klasse

Microsoft.SqlServer.Management.IntegrationServices-Namespace