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

A Power BI Column
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Column ( ) : System

Initializes a new instance of the Column class.

Column ( string name, string dataType ) : System

Initializes a new instance of the Column class.

Validate ( ) : void

Validate the object. Throws ValidationException if validation fails.

메소드 상세

Column() 공개 메소드

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

Column() 공개 메소드

Initializes a new instance of the Column class.
public Column ( string name, string dataType ) : System
name string
dataType string
리턴 System

Validate() 공개 메소드

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