Partager via


Méthode TargetSet.GetLevelsSorted

Returns a sorted list of levels for the target set.

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

Syntaxe

'Déclaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Function GetLevelsSorted As IList(Of TargetSetLevel)
'Utilisation
Dim instance As TargetSet 
Dim returnValue As IList(Of TargetSetLevel)

returnValue = instance.GetLevelsSorted()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public IList<TargetSetLevel> GetLevelsSorted()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
IList<TargetSetLevel^>^ GetLevelsSorted()
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member GetLevelsSorted : unit -> IList<TargetSetLevel> 
public function GetLevelsSorted() : IList<TargetSetLevel>

Valeur de retour

Type : System.Collections.Generic.IList<TargetSetLevel>
A [IList<T:Microsoft.SqlServer.Management.Dmf.TargetSetLevel>] object that contains the sorted list of levels for the target set.

Notes

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

Voir aussi

Référence

TargetSet Classe

Espace de noms Microsoft.SqlServer.Management.Dmf