Proprietà Levels
Represents a collection of TargetSetLevel objects. Each TargetSetLevel object represents a policy-based Management target set level.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(TargetSetLevel))> _
Public ReadOnly Property Levels As TargetSetLevelCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetLevelCollection
A TargetSetLevelCollection object that represents all the levels that are defined on the target set.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.