ImportInfo Constructor (String, String)
Initializes a new instance of the ImportInfo class.
Namespace: Microsoft.PowerBI.Api.Beta.Models
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
public ImportInfo(
string filePath = null,
string connectionType = null
)
Parameters
- filePath
Type: System.String
- connectionType
Type: System.String
See Also
ImportInfo Overload
ImportInfo Class
Microsoft.PowerBI.Api.Beta.Models Namespace
Return to top