다음을 통해 공유


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 네임스페이스