CollectionSetExtender Class

 Allows adding the new properties to a CollectionSet and it also helps to establish dependencies between extended property and the original one

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<CollectionSet>
    Microsoft.SqlServer.Management.Collector.CollectionSetExtender

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Syntax

C#
public sealed class CollectionSetExtender : SfcObjectExtender<CollectionSet>

The CollectionSetExtender type exposes the following members.

Constructors

  Name Description
Public method CollectionSetExtender() Initializes a new instance of the CollectionSetExtender class.
Public method CollectionSetExtender(CollectionSet) Initializes a new instance of the CollectionSetExtender class.
Public method CollectionSetExtender(CollectorConfigStore, String) Initializes a new instance of the CollectionSetExtender class.

Top

Properties

  Name Description
Protected property Parent (Inherited from SfcObjectExtender<CollectionSet>.)

Top

Methods

Top

Events

Top

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.