Freigeben über


Utility.ISfcDomain.UseSfcStateManagement-Methode

Returns True.

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

Syntax

'Declaration
Private Function UseSfcStateManagement As Boolean 
    Implements ISfcDomain.UseSfcStateManagement
'Usage
Dim instance As Utility 
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
A Boolean value that is always True.

Implementiert

ISfcDomain.UseSfcStateManagement()

Siehe auch

Verweis

Utility Klasse

Microsoft.SqlServer.Management.Utility-Namespace