Compartir a través de


TargetSet.Levels Propiedad

Represents a collection of TargetSetLevel objects. Each TargetSetLevel object represents a policy-based Management target set level.

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

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(TargetSetLevel))> _
Public ReadOnly Property Levels As TargetSetLevelCollection 
    Get
'Uso
Dim instance As TargetSet 
Dim value As TargetSetLevelCollection 

value = instance.Levels
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(TargetSetLevel))]
public TargetSetLevelCollection Levels { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(TargetSetLevel))]
public:
property TargetSetLevelCollection^ Levels {
    TargetSetLevelCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(TargetSetLevel))>]
member Levels : TargetSetLevelCollection
function get Levels () : TargetSetLevelCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Dmf.TargetSetLevelCollection
A TargetSetLevelCollection object that represents all the levels that are defined on the target set.

Comentarios

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

Vea también

Referencia

TargetSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf