次の方法で共有


USqlTablePreview.Schema プロパティ

定義

テーブルまたはパーティションのスキーマを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象