Compartilhar via


Classe TargetSetLevelCollection

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public NotInheritable Class TargetSetLevelCollection _
    Inherits SfcCollatedDictionaryCollection(Of TargetSetLevel, TargetSetLevel..::..Key, TargetSet)
'Uso
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>

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Hierarquia de herança

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

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.