Share via


CollectionSetCollection Class

CollectionSetCollection is a SFC collection class for collection sets.

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

Syntax

'Declaration
Public NotInheritable Class CollectionSetCollection _
    Inherits SfcCollatedDictionaryCollection(Of CollectionSet, CollectionSet..::..Key, CollectorConfigStore)
'Usage
Dim instance As CollectionSetCollection
public sealed class CollectionSetCollection : SfcCollatedDictionaryCollection<CollectionSet, CollectionSet..::..Key, CollectorConfigStore>
public ref class CollectionSetCollection sealed : public SfcCollatedDictionaryCollection<CollectionSet^, CollectionSet..::..Key^, CollectorConfigStore^>
[<SealedAttribute>]
type CollectionSetCollection =  
    class
        inherit SfcCollatedDictionaryCollection<CollectionSet, CollectionSet..::..Key, CollectorConfigStore>
    end
public final class CollectionSetCollection extends SfcCollatedDictionaryCollection<CollectionSet, CollectionSet..::..Key, CollectorConfigStore>

The CollectionSetCollection type exposes the following members.

Constructors

  Name Description
Public method CollectionSetCollection Instantiates a new collection set based on the CollectorConfigStore object that is provided as a parent for the collection set.

Top

Properties

  Name Description
Public property Ascending (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public property Count (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected property CultureInfo (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected property IgnoreCase (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected property Initialized (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public property IsReadOnly (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public property IsSynchronized (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public property Item[String] Gets a collection set based on the name that is provided.
Public property Item[K] (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected property Parent (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public property SyncRoot (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)

Top

Methods

  Name Description
Public method Add (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method AddShadow (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method Clear (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method Contains(T) (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method Contains(T) (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method CopyTo(Array, Int32) (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method CopyTo(array<T[], Int32) (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method CreateAndInitializeChildObject (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method EnsureCollectionInitialized (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method FinishMerge (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method GetCollectionElementNameImpl (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method GetElementFactoryImpl (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method GetEnumerator (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method GetExistingObjectByKey (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method GetHashCode (Inherited from Object.)
Protected method GetObjectByKey (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method GetType (Inherited from Object.)
Protected method ImplAddExisting (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method ImplRemoveExisting (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method InitInnerCollection (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method PrepareMerge (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method Refresh() (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method Refresh(Boolean) (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method Remove (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method RemoveInternal (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method Rename (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Protected method ResetInnerCollection (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISfcCollection.Add (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.AddShadow (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method IComparer<K>.Compare (Inherited from SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate property IListSource.ContainsListCollection (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate property ISfcCollection.Count (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.EnsureInitialized (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.FinishMerge (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.GetCollectionElementNameImpl (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.GetElementFactory (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.GetExisting (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method IListSource.GetList (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.GetObjectByKey (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate property ISfcCollection.Initialized (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate property ISfcCollection.Parent (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.PrepareMerge (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.Remove (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.RemoveElement (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)
Explicit interface implemetationPrivate method ISfcCollection.Rename (Inherited from SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>.)

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.