CollectionItemCollection Class
The CollectionItemCollection class is a collection class for collection item objects. It is derived from the SFC::SfcCollectionBase class.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<CollectionItem, CollectionItem.Key, CollectionSet>
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<CollectionItem, CollectionItem.Key, CollectionSet>
Microsoft.SqlServer.Management.Collector.CollectionItemCollection
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 | |
---|---|---|
CollectionItemCollection | Initializes a new instance of the CollectionItemCollection class. |
Top
Properties
Top
Methods
Top
Explicit Interface Implementations
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.