次の方法で共有


Db2LinkedService.AuthenticationType プロパティ

定義

接続に使用する authenticationType を取得または設定します。 connectionString プロパティと相互に排他的です。 使用可能な値は次のとおりです: 'Basic'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象