次の方法で共有


Tables コンストラクター

定義

オーバーロード

Tables()
Tables(String, IList<Table>)

Tables()

public Tables();
Public Sub New ()

適用対象

Tables(String, IList<Table>)

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

パラメーター

odatacontext
String
value
IList<Table>

適用対象