CollectionSetCollection Class
CollectionSetCollection is a SFC collection class for collection sets.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<CollectionSet, CollectionSet.Key, CollectorConfigStore>
Microsoft.SqlServer.Management.Collector.CollectionSetCollection
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 | |
---|---|---|
CollectionSetCollection | Instantiates a new collection set based on the CollectorConfigStore object that is provided as a parent for the collection set. |
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.