CollectionSetExtender クラス

定義

UI 用 CollectionSet のエクステンダー

public sealed class CollectionSetExtender : Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<Microsoft.SqlServer.Management.Collector.CollectionSet>
type CollectionSetExtender = class
    inherit SfcObjectExtender<CollectionSet>
Public NotInheritable Class CollectionSetExtender
Inherits SfcObjectExtender(Of CollectionSet)
継承
CollectionSetExtender

コンストラクター

名前 説明
CollectionSetExtender()

既定の ctor

CollectionSetExtender(CollectionSet)

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

CollectionSetExtender(CollectorConfigStore, String)

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

プロパティ

名前 説明
Parent

親オブジェクト

(継承元 SfcObjectExtender<TSfcInstance>)

メソッド

名前 説明
GetParentSfcPropertySet()

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

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

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

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

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

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

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

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

UI 用 CollectionSet のエクステンダー

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

UI 用 CollectionSet のエクステンダー

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

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

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

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

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

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

(継承元 SfcObjectExtender<TSfcInstance>)

イベント

名前 説明
PropertyChanged

UI 用 CollectionSet のエクステンダー

(継承元 SfcObjectExtender<TSfcInstance>)
PropertyMetadataChanged

UI 用 CollectionSet のエクステンダー

(継承元 SfcObjectExtender<TSfcInstance>)

適用対象