ImportInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ImportInfo() | |
ImportInfo(String, Nullable<ConnectionType>, String) |
ImportInfo()
public ImportInfo ();
Public Sub New ()
Applies to
ImportInfo(String, Nullable<ConnectionType>, String)
public ImportInfo (string filePath = default, Microsoft.PowerBI.Api.Models.ConnectionType? connectionType = default, string fileUrl = default);
new Microsoft.PowerBI.Api.Models.ImportInfo : string * Nullable<Microsoft.PowerBI.Api.Models.ConnectionType> * string -> Microsoft.PowerBI.Api.Models.ImportInfo
Public Sub New (Optional filePath As String = Nothing, Optional connectionType As Nullable(Of ConnectionType) = Nothing, Optional fileUrl As String = Nothing)
Parameters
- filePath
- String
- connectionType
- Nullable<ConnectionType>
- fileUrl
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET