Compartir a través de


OrderByClause.OrderByElements Propiedad

Gets a list of the items.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

OrderByClause Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom