C# 클래스 Microsoft.PowerBI.Api.V1.Models.Table

A dataset table
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

Table() 공개 메소드

Initializes a new instance of the Table class.
public Table ( ) : System
리턴 System

Table() 공개 메소드

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
리턴 System

Validate() 공개 메소드

Validate the object. Throws ValidationException if validation fails.
public Validate ( ) : void
리턴 void