Share via


AzureSqlDatabaseOutputDataSource.User Property

Definition

Gets or sets the user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to