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

The import info
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ImportInfo ( ) : System

Initializes a new instance of the ImportInfo class.

ImportInfo ( string filePath = default(string), string connectionType = default(string) ) : System

Initializes a new instance of the ImportInfo class.

메소드 상세

ImportInfo() 공개 메소드

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

ImportInfo() 공개 메소드

Initializes a new instance of the ImportInfo class.
public ImportInfo ( string filePath = default(string), string connectionType = default(string) ) : System
filePath string
connectionType string
리턴 System