次の方法で共有


CollectionSetExtender クラス

 CollectionSet に新しいプロパティを追加できるようにします。また、拡張プロパティと元のプロパティの間の依存関係の確立にも役立ちます。

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) >
    Microsoft.SqlServer.Management.Collector..::..CollectionSetExtender

名前空間:  Microsoft.SqlServer.Management.Collector
アセンブリ:  Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)

構文

'宣言
Public NotInheritable Class CollectionSetExtender _
    Inherits SfcObjectExtender(Of CollectionSet)
'使用
Dim instance As CollectionSetExtender
public sealed class CollectionSetExtender : SfcObjectExtender<CollectionSet>
public ref class CollectionSetExtender sealed : public SfcObjectExtender<CollectionSet^>
[<SealedAttribute>]
type CollectionSetExtender =  
    class
        inherit SfcObjectExtender<CollectionSet>
    end
public final class CollectionSetExtender extends SfcObjectExtender<CollectionSet>

CollectionSetExtender 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド CollectionSetExtender() () () () CollectionSetExtender クラスの新しいインスタンスを初期化します。
パブリック メソッド CollectionSetExtender(CollectionSet) CollectionSetExtender クラスの新しいインスタンスを初期化します。
パブリック メソッド CollectionSetExtender(CollectorConfigStore, String) CollectionSetExtender クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
プロテクト プロパティ Parent (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
プロテクト メソッド GetParentSfcPropertySet (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)
パブリック メソッド GetPropertySet (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
プロテクト メソッド OnPropertyChanged (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)
プロテクト メソッド OnPropertyMetadataChanged (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)
プロテクト メソッド parent_PropertyChanged (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)
プロテクト メソッド parent_PropertyMetadataChanged (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)
プロテクト メソッド RegisterParentProperty (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)
プロテクト メソッド RegisterProperty(PropertyInfo) (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)
プロテクト メソッド RegisterProperty(PropertyInfo, String) (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

イベント

  名前 説明
パブリック イベント PropertyChanged (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)
パブリック イベント PropertyMetadataChanged (SfcObjectExtender< (Of < ( <'CollectionSet> ) > ) > から継承されています。)

先頭に戻る

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。