Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.