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.