Table Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Table() | |
Table(String, IList<Column>, IList<Row>, IList<Measure>) |
Table()
public Table ();
Public Sub New ()
Applies to
Table(String, IList<Column>, IList<Row>, IList<Measure>)
public Table (string name, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Column> columns, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Row> rows = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Measure> measures = default);
new Microsoft.PowerBI.Api.Models.Table : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Column> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Row> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Measure> -> Microsoft.PowerBI.Api.Models.Table
Public Sub New (name As String, columns As IList(Of Column), Optional rows As IList(Of Row) = Nothing, Optional measures As IList(Of Measure) = Nothing)
Parameters
- name
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET