ConnectionType 構造体

定義

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.ConnectionTypeConverter))]
public struct ConnectionType : IEquatable<Microsoft.PowerBI.Api.Models.ConnectionType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.ConnectionTypeConverter))>]
type ConnectionType = struct
Public Structure ConnectionType
Implements IEquatable(Of ConnectionType)
継承
ConnectionType
属性
Newtonsoft.Json.JsonConverterAttribute
実装

フィールド

Connect
Import

メソッド

Equals(ConnectionType)
Equals(Object)
GetHashCode()
ToString()

演算子

Equality(ConnectionType, ConnectionType)
Implicit(ConnectionType to String)
Implicit(String to ConnectionType)
Inequality(ConnectionType, ConnectionType)

適用対象