EnumRootFacets メソッド

指定した型のルート ファセットの一覧を返します。

名前空間:  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 .NET Framework Version 2.0 でのみサポートされています。

使用例

ルート ファセット情報の一覧を含む FacetInfoCollection オブジェクトです。