PolicyStore.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

パラメーター

  • rootType
    型: System.Type
    ルート型を示す Type オブジェクトです。

戻り値

型: Microsoft.SqlServer.Management.Dmf.FacetInfoCollection
指定した型のルート ファセットの FacetInfoCollection です。

使用例

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

関連項目

参照

PolicyStore クラス

Microsoft.SqlServer.Management.Dmf 名前空間