Compartilhar via


Propriedade do RDL OrderByClause.OrderByElements

Gets a list of the items.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property OrderByElements As IList(Of ExpressionWithSortOrder)
    Get
'Uso
Dim instance As OrderByClause 
Dim value As IList(Of ExpressionWithSortOrder)

value = instance.OrderByElements
public IList<ExpressionWithSortOrder> OrderByElements { get; }
public:
property IList<ExpressionWithSortOrder^>^ OrderByElements {
    IList<ExpressionWithSortOrder^>^ get ();
}
member OrderByElements : IList<ExpressionWithSortOrder>
function get OrderByElements () : IList<ExpressionWithSortOrder>

Valor da propriedade

Tipo: System.Collections.Generic.IList<ExpressionWithSortOrder>
A list of the items.

Consulte também

Referência

OrderByClause Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom