PolicyStore.Facets プロパティ
FacetInfo オブジェクトのコレクションを表します。 各 FacetInfo オブジェクトは、ポリシー ベースの管理の登録済みファセットを表します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
<SfcIgnoreAttribute> _
Public Shared ReadOnly Property Facets As FacetInfoCollection
Get
'使用
Dim value As FacetInfoCollection
value = PolicyStore.Facets
[SfcIgnoreAttribute]
public static FacetInfoCollection Facets { get; }
[SfcIgnoreAttribute]
public:
static property FacetInfoCollection^ Facets {
FacetInfoCollection^ get ();
}
[<SfcIgnoreAttribute>]
static member Facets : FacetInfoCollection
static function get Facets () : FacetInfoCollection
プロパティ値
型: Microsoft.SqlServer.Management.Dmf.FacetInfoCollection
ポリシー ストアで定義されたすべての登録済みファセットを表す FacetInfoCollection オブジェクトです。
説明
このコレクションを使用し、ファセットの名前を指定することによって、特定のファセットを参照できます。 新しいファセットをコレクションに追加するには、ファセット コンストラクター #ctor を呼び出します。