次の方法で共有


USqlTable.ColumnList プロパティ

定義

このテーブル内の列の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象