共用方式為


RegisteredFacets 屬性

Gets an interface that specifies an enumeration of registered facets.

命名空間:  Microsoft.SqlServer.Management.Facets
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Shared ReadOnly Property RegisteredFacets As IEnumerable
    Get
'用途
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

屬性值

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

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。