Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an interface that specifies an enumeration of registered facets.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Shared ReadOnly Property RegisteredFacets As IEnumerable
Get
'Usage
Dim value As IEnumerable
value = FacetRepository.RegisteredFacets
public static IEnumerable RegisteredFacets { get; }
public:
static property IEnumerable^ RegisteredFacets {
IEnumerable^ get ();
}
static member RegisteredFacets : IEnumerable
static function get RegisteredFacets () : IEnumerable
Property Value
Type: System.Collections.IEnumerable
A IEnumerable object that represents an interface that contains an enumeration of registered facets.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.