C# Class Microsoft.PowerBI.Api.V1.Models.ImportInfo

The import info
Afficher le fichier Open project: Microsoft/PowerBI-CSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

ImportInfo() public méthode

Initializes a new instance of the ImportInfo class.
public ImportInfo ( ) : System
Résultat System

ImportInfo() public méthode

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