次の方法で共有


Table.Columns プロパティ

定義

[Newtonsoft.Json.JsonProperty(PropertyName="columns")]
public System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Column> Columns { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="columns")>]
member this.Columns : System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Column> with get, set
Public Property Columns As IList(Of Column)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象