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.