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 버전에서만 지원됩니다.