Свойство OrderByClause.OrderByElements

Gets a list of the items.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property OrderByElements As IList(Of ExpressionWithSortOrder)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<ExpressionWithSortOrder>
A list of the items.

См. также

Справочник

OrderByClause Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom