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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET