Share via


AzureSqlDatabaseOutputDataSource.Database Property

Definition

Gets or sets the name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to