C# Class Microsoft.PowerBI.Api.V1.Models.Table

A dataset table
Afficher le fichier Open project: Microsoft/PowerBI-CSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Table ( ) : System

Initializes a new instance of the Table class.

Table ( string name, IList columns, IList rows = default(IList<Row>) ) : System

Initializes a new instance of the Table class.

Validate ( ) : void

Validate the object. Throws ValidationException if validation fails.

Method Details

Table() public méthode

Initializes a new instance of the Table class.
public Table ( ) : System
Résultat System

Table() public méthode

Initializes a new instance of the Table class.
public Table ( string name, IList columns, IList rows = default(IList<Row>) ) : System
name string
columns IList
rows IList
Résultat System

Validate() public méthode

Validate the object. Throws ValidationException if validation fails.
public Validate ( ) : void
Résultat void