C# Класс Microsoft.PowerBI.Api.V1.Models.ImportInfo

The import info
Показать файл Открыть проект

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