次の方法で共有


AzureSqlDatabaseDataSourceProperties.User プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象