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
매개 변수
- rootType
유형: System.Type
A Type object that specifies the root type.
반환 값
유형: 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.