Proprietà OrderByClause.OrderByElements

Ottiene un elenco degli elementi.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property OrderByElements As IList(Of ExpressionWithSortOrder)
    Get
public IList<ExpressionWithSortOrder> OrderByElements { get; }
public:
property IList<ExpressionWithSortOrder^>^ OrderByElements {
    IList<ExpressionWithSortOrder^>^ get ();
}
member OrderByElements : IList<ExpressionWithSortOrder>
function get OrderByElements () : IList<ExpressionWithSortOrder>

Valore proprietà

Tipo: System.Collections.Generic.IList<ExpressionWithSortOrder>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OrderByClause Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql