Partager via


Classe CollectionItemCollection

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

Espace de noms :  Microsoft.SqlServer.Management.Collector
Assembly :  Microsoft.SqlServer.Management.Collector (dans Microsoft.SqlServer.Management.Collector.dll)

Syntaxe

'Déclaration
Public NotInheritable Class CollectionItemCollection _
    Inherits SfcCollatedDictionaryCollection(Of CollectionItem, CollectionItem..::..Key, CollectionSet)
'Utilisation
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>

Notes

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

Hiérarchie d'héritage

System. . :: . .Object
  SfcCollection< (Of < ( <'CollectionItem, CollectionItem. . :: . .Key, CollectionSet> ) > ) >
    SfcCollatedDictionaryCollection< (Of < ( <'CollectionItem, CollectionItem. . :: . .Key, CollectionSet> ) > ) >
      Microsoft.SqlServer.Management.Collector..::..CollectionItemCollection

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.