Compartir a través de


TargetSetLevelCollection Clase

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
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>

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplos

Usar colecciones

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.