Share via


AzureSqlReferenceInputDataSource.User Property

Definition

Gets or sets this element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance.

[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