Proprietà FacetRepository.RegisteredFacets
Gets an interface that specifies an enumeration of registered facets.
Spazio dei nomi Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property RegisteredFacets As IEnumerable
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Collections.IEnumerable
A IEnumerable object that represents an interface that contains an enumeration of registered facets.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.