次の方法で共有


CreateDatasetRequest.Datasources プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象