Share via


IntegrationServices.ISfcDomain.UseSfcStateManagement Method

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 supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

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

Implements

ISfcDomain.UseSfcStateManagement()

See Also

Reference

IntegrationServices Class

Microsoft.SqlServer.Management.IntegrationServices Namespace