Método TargetSet.GetLevelsSorted

Returns a sorted list of levels for the target set.

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

Sintaxe

'Declaração
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Function GetLevelsSorted As IList(Of TargetSetLevel)
'Uso
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>

Valor de retorno

Tipo: 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.

Comentários

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

Consulte também

Referência

TargetSet Classe

Namespace Microsoft.SqlServer.Management.Dmf