Partager via


Propriété FacetRepository.RegisteredFacets

Gets an interface that specifies an enumeration of registered facets.

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property RegisteredFacets As IEnumerable 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Collections.IEnumerable
A IEnumerable object that represents an interface that contains an enumeration of registered facets.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

FacetRepository Classe

Espace de noms Microsoft.SqlServer.Management.Facets