次の方法で共有


Datasources コンストラクター

定義

オーバーロード

Datasources()
Datasources(String, IList<Datasource>)

Datasources()

public Datasources ();
Public Sub New ()

適用対象

Datasources(String, IList<Datasource>)

public Datasources (string odatacontext = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Datasource> value = default);
new Microsoft.PowerBI.Api.Models.Datasources : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Datasource> -> Microsoft.PowerBI.Api.Models.Datasources
Public Sub New (Optional odatacontext As String = Nothing, Optional value As IList(Of Datasource) = Nothing)

パラメーター

odatacontext
String
value
IList<Datasource>

適用対象