次の方法で共有


OrderByClause.OrderByElements プロパティ

アイテムの一覧を取得します。

名前空間:  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>
アイテムの一覧。

関連項目

参照

OrderByClause クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間