OrderByClause.OrderByElements プロパティ

項目の一覧を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property OrderByElements As IList(Of ExpressionWithSortOrder)
'使用
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 ();
}
public function get OrderByElements () : IList<ExpressionWithSortOrder>

プロパティ値

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

参照

参照

OrderByClause クラス

OrderByClause メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間