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

The import object
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Import ( ) : System

Initializes a new instance of the Import class.

Import ( string id = default(string), string name = default(string), string importState = default(string), IList reports = default(IList<Report>), IList datasets = default(IList<Dataset>) ) : System

Initializes a new instance of the Import class.

메소드 상세

Import() 공개 메소드

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

Import() 공개 메소드

Initializes a new instance of the Import class.
public Import ( string id = default(string), string name = default(string), string importState = default(string), IList reports = default(IList<Report>), IList datasets = default(IList<Dataset>) ) : System
id string
name string
importState string
reports IList
datasets IList
리턴 System