ImportInfo.ConnectionType Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="connectionType")]
public Microsoft.PowerBI.Api.Models.ConnectionType? ConnectionType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="connectionType")>]
member this.ConnectionType : Nullable<Microsoft.PowerBI.Api.Models.ConnectionType> with get, set
Public Property ConnectionType As Nullable(Of ConnectionType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to