Table Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Table() | |
Table(String, IList<Column>, IList<Row>, IList<Measure>) |
Table()
public Table ();
Public Sub New ()
S’applique à
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)
Paramètres
- name
- String
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET