Condividi tramite


Classe CollectionSetCollection

CollectionSetCollection is a SFC collection class for collection sets.

Spazio dei nomi:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class CollectionSetCollection _
    Inherits SfcCollatedDictionaryCollection(Of CollectionSet, CollectionSet..::..Key, CollectorConfigStore)
'Utilizzo
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>

Osservazioni

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

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.