다음을 통해 공유


Facets 속성

Represents a collection of FacetInfo objects. Each FacetInfo object represents a policy-based Management registered facet.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
<SfcIgnoreAttribute> _
Public Shared ReadOnly Property Facets As FacetInfoCollection
    Get
‘사용 방법
Dim value As FacetInfoCollection

value = PolicyStore.Facets
[SfcIgnoreAttribute]
public static FacetInfoCollection Facets { get; }
[SfcIgnoreAttribute]
public:
static property FacetInfoCollection^ Facets {
    FacetInfoCollection^ get ();
}
[<SfcIgnoreAttribute>]
static member Facets : FacetInfoCollection
static function get Facets () : FacetInfoCollection

속성 값

형식: Microsoft.SqlServer.Management.Dmf. . :: . .FacetInfoCollection
A FacetInfoCollection object that represents all the registered facets that are defined on the policy store.

주의

This collection can reference specific facets by specifying the name of the facet. To add a new facet to the collection, call the facet constructor #ctor()()()().

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.