다음을 통해 공유


PolicyStore.EnumRootFacets 메서드

Returns a list of root facets for the specified type.

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

구문

‘선언
Public Shared Function EnumRootFacets ( _
    rootType As Type _
) As FacetInfoCollection
‘사용 방법
Dim rootType As Type 
Dim returnValue As FacetInfoCollection 

returnValue = PolicyStore.EnumRootFacets(rootType)
public static FacetInfoCollection EnumRootFacets(
    Type rootType
)
public:
static FacetInfoCollection^ EnumRootFacets(
    Type^ rootType
)
static member EnumRootFacets : 
        rootType:Type -> FacetInfoCollection
public static function EnumRootFacets(
    rootType : Type
) : FacetInfoCollection

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.Dmf.FacetInfoCollection
A FacetInfoCollection of root facets for the specified type.

A FacetInfoCollection object that contains the list of root facet information.

참고 항목

참조

PolicyStore 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스