次の方法で共有


RunFilterParameters.OrderBy プロパティ

定義

OrderBy オプションの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="orderBy")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.RunQueryOrderBy> OrderBy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="orderBy")>]
member this.OrderBy : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.RunQueryOrderBy> with get, set
Public Property OrderBy As IList(Of RunQueryOrderBy)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象