言語

ConditionExtender クラス

定義

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

コンストラクター

名前 説明
ConditionExtender()

既定の ctor

ConditionExtender(Condition)

ctor. 集計対象の親 Condition オブジェクトを取得します。

ConditionExtender(PolicyStore, String)

ctor. 新しい Condition オブジェクトを作成し、その上に集計します。

プロパティ

名前 説明
DependentPolicies

は、依存ポリシーの一覧を提供します

ExpressionNode

親の文字列 'Expression' プロパティを式ノード プロパティに変換します。

FacetInfo

親の 'Facet' 文字列プロパティを FacedInfo オブジェクト プロパティに変換します。

Facets

使用可能なファセットの一覧を提供します

Parent

親オブジェクト

(継承元 SfcObjectExtender<TSfcInstance>)
RootFacets

ルート ファセットとして属性付けされたファセットのコレクションを公開する

メソッド

名前 説明
GetParentSfcPropertySet()

親のプロパティ セットのインスタンスを返します。

(継承元 SfcObjectExtender<TSfcInstance>)
GetPropertySet()

はプロパティのコレクションを返します

(継承元 SfcObjectExtender<TSfcInstance>)
OnPropertyChanged(String)

サブスクライバーがある場合に PropertyChanged イベントを発生します

(継承元 SfcObjectExtender<TSfcInstance>)
OnPropertyMetadataChanged(String)

サブスクライバーがある場合に PropertyMetadataChanged イベントを発生します

(継承元 SfcObjectExtender<TSfcInstance>)
parent_PropertyChanged(Object, PropertyChangedEventArgs)

Condition オブジェクトのデコレーター。 使用すると、基本の Condition オブジェクトに追加のプロパティが追加されます

(継承元 SfcObjectExtender<TSfcInstance>)
parent_PropertyMetadataChanged(Object, SfcPropertyMetadataChangedEventArgs)

Condition オブジェクトのデコレーター。 使用すると、基本の Condition オブジェクトに追加のプロパティが追加されます

(継承元 SfcObjectExtender<TSfcInstance>)
RegisterParentProperty(PropertyInfo)

プロパティ コレクションに含まれていない親の Register プロパティ (SMO やコレクションの 'Name' など)

(継承元 SfcObjectExtender<TSfcInstance>)
RegisterProperty(PropertyInfo, String)

親オブジェクトのプロパティに依存する、追加の反映されたプロパティを登録する

(継承元 SfcObjectExtender<TSfcInstance>)
RegisterProperty(PropertyInfo)

追加の反映されたプロパティを登録する

(継承元 SfcObjectExtender<TSfcInstance>)

イベント

名前 説明
PropertyChanged

Condition オブジェクトのデコレーター。 使用すると、基本の Condition オブジェクトに追加のプロパティが追加されます

(継承元 SfcObjectExtender<TSfcInstance>)
PropertyMetadataChanged

Condition オブジェクトのデコレーター。 使用すると、基本の Condition オブジェクトに追加のプロパティが追加されます

(継承元 SfcObjectExtender<TSfcInstance>)

適用対象