ConditionExtender クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Condition オブジェクトのデコレーター。 使用すると、基本の Condition オブジェクトに追加のプロパティが追加されます
public sealed class ConditionExtender : Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<Microsoft.SqlServer.Management.Dmf.Condition>
type ConditionExtender = class
inherit SfcObjectExtender<Condition>
Public NotInheritable Class ConditionExtender
Inherits SfcObjectExtender(Of Condition)
- 継承
コンストラクター
| 名前 | 説明 |
|---|---|
| ConditionExtender() |
既定の ctor |
| ConditionExtender(Condition) |
ctor. 集計対象の親 Condition オブジェクトを取得します。 |
| ConditionExtender(PolicyStore, String) |
ctor. 新しい Condition オブジェクトを作成し、その上に集計します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| DependentPolicies |
は、依存ポリシーの一覧を提供します |
| ExpressionNode |
親の文字列 'Expression' プロパティを式ノード プロパティに変換します。 |
| FacetInfo |
親の 'Facet' 文字列プロパティを FacedInfo オブジェクト プロパティに変換します。 |
| Facets |
使用可能なファセットの一覧を提供します |
| Parent |
親オブジェクト (継承元 SfcObjectExtender<TSfcInstance>) |
| RootFacets |
ルート ファセットとして属性付けされたファセットのコレクションを公開する |
メソッド
イベント
| 名前 | 説明 |
|---|---|
| PropertyChanged |
Condition オブジェクトのデコレーター。 使用すると、基本の Condition オブジェクトに追加のプロパティが追加されます (継承元 SfcObjectExtender<TSfcInstance>) |
| PropertyMetadataChanged |
Condition オブジェクトのデコレーター。 使用すると、基本の Condition オブジェクトに追加のプロパティが追加されます (継承元 SfcObjectExtender<TSfcInstance>) |