Classe CollectionSetCollection
CollectionSetCollection is a SFC collection class for collection sets.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
Public NotInheritable Class CollectionSetCollection _
Inherits SfcCollatedDictionaryCollection(Of CollectionSet, CollectionSet..::..Key, CollectorConfigStore)
'Uso
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>
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Hierarquia de herança
System. . :: . .Object
SfcCollection< (Of < ( <'CollectionSet, CollectionSet. . :: . .Key, CollectorConfigStore> ) > ) >
SfcCollatedDictionaryCollection< (Of < ( <'CollectionSet, CollectionSet. . :: . .Key, CollectorConfigStore> ) > ) >
Microsoft.SqlServer.Management.Collector..::..CollectionSetCollection
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também