ImportInfo Class

 

The import info

Namespace:   Microsoft.PowerBI.Api.Beta.Models
Assembly:  Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)

Inheritance Hierarchy

System.Object
  Microsoft.PowerBI.Api.Beta.Models.ImportInfo

Syntax

public class ImportInfo

Constructors

Name Description
System_CAPS_pubmethod ImportInfo()

Initializes a new instance of the ImportInfo class.

System_CAPS_pubmethod ImportInfo(String, String)

Initializes a new instance of the ImportInfo class.

Properties

Name Description
System_CAPS_pubproperty ConnectionType

The import connection type

System_CAPS_pubproperty FilePath

The file path to import

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.PowerBI.Api.Beta.Models Namespace

Return to top