Partager via


Classe TargetSetLevelCollection

The TargetSetLevelCollection class represents a collection of TargetSetLevel objects that represent all target set levels in the target set.

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

Syntaxe

'Déclaration
Public NotInheritable Class TargetSetLevelCollection _
    Inherits SfcCollatedDictionaryCollection(Of TargetSetLevel, TargetSetLevel..::..Key, TargetSet)
'Utilisation
Dim instance As TargetSetLevelCollection
public sealed class TargetSetLevelCollection : SfcCollatedDictionaryCollection<TargetSetLevel, TargetSetLevel..::..Key, TargetSet>
public ref class TargetSetLevelCollection sealed : public SfcCollatedDictionaryCollection<TargetSetLevel^, TargetSetLevel..::..Key^, TargetSet^>
[<SealedAttribute>]
type TargetSetLevelCollection =  
    class
        inherit SfcCollatedDictionaryCollection<TargetSetLevel, TargetSetLevel..::..Key, TargetSet>
    end
public final class TargetSetLevelCollection extends SfcCollatedDictionaryCollection<TargetSetLevel, TargetSetLevel..::..Key, TargetSet>

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Hiérarchie d'héritage

System. . :: . .Object
  SfcCollection< (Of < ( <'TargetSetLevel, TargetSetLevel. . :: . .Key, TargetSet> ) > ) >
    SfcCollatedDictionaryCollection< (Of < ( <'TargetSetLevel, TargetSetLevel. . :: . .Key, TargetSet> ) > ) >
      Microsoft.SqlServer.Management.Dmf..::..TargetSetLevelCollection

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.