次の方法で共有


AzureSynapseOutputDataSource.Password プロパティ

定義

Azure SQL データベースへの接続に使用するパスワードを取得または設定します。 PUT (CreateOrReplace) 要求で必要です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象