XEStore.ISfcDomain.UseSfcStateManagement Method

XEvent uses Sfc-provided state management.

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

Syntax

'Declaration
Private Function UseSfcStateManagement As Boolean 
    Implements ISfcDomain.UseSfcStateManagement
'Usage
Dim instance As XEStore 
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
Returns True.

Implements

ISfcDomain.UseSfcStateManagement()

Remarks

The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is found in the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.

See Also

Reference

XEStore Class

Microsoft.SqlServer.Management.XEvent Namespace