AzureSqlDatabaseDataSourceProperties.Table Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to