CollectionItemCollection Class

The CollectionItemCollection class is a collection class for collection item objects. It is derived from the SFC::SfcCollectionBase class.

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

Syntax

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

The CollectionItemCollection type exposes the following members.

Constructors

  Name Description
Public method CollectionItemCollection Initializes a new instance of the CollectionItemCollection class.

Top

Properties

  Name Description
Public property Ascending (Inherited from SfcCollatedDictionaryCollection<CollectionItem, CollectionItem.Key, CollectionSet>.)
Public property Count (Inherited from SfcCollatedDictionaryCollection<CollectionItem, CollectionItem.Key, CollectionSet>.)
Protected property CultureInfo (Inherited from SfcCollatedDictionaryCollection<CollectionItem, CollectionItem.Key, CollectionSet>.)
Protected property IgnoreCase (Inherited from SfcCollatedDictionaryCollection<CollectionItem, CollectionItem.Key, CollectionSet>.)
Protected property Initialized (Inherited from SfcCollection<CollectionItem, CollectionItem.Key, CollectionSet>.)
Public property IsReadOnly (Inherited from SfcCollatedDictionaryCollection<CollectionItem, CollectionItem.Key, CollectionSet>.)
Public property IsSynchronized (Inherited from SfcCollection<CollectionItem, CollectionItem.Key, CollectionSet>.)
Public property Item[String] Gets the name of the collection item.
Public property Item[K] (Inherited from SfcCollection<CollectionItem, CollectionItem.Key, CollectionSet>.)
Protected property Parent (Inherited from SfcCollection<CollectionItem, CollectionItem.Key, CollectionSet>.)
Public property SyncRoot (Inherited from SfcCollection<CollectionItem, CollectionItem.Key, CollectionSet>.)

Top

Methods

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

Top

Explicit Interface Implementations

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

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.