次の方法で共有


PowerBIOutputDataSource.AuthenticationMode プロパティ

定義

認証モードを取得または設定します。 使用できる値は、'Msi'、'UserToken'、'ConnectionString' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.authenticationMode")]
public string AuthenticationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.authenticationMode")>]
member this.AuthenticationMode : string with get, set
Public Property AuthenticationMode As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象