SyncFullSchemaProperties.Tables Property

Definition

Gets list of tables in the database full schema.

[Newtonsoft.Json.JsonProperty(PropertyName="tables")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaTable> Tables { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tables")>]
member this.Tables : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaTable>
Public ReadOnly Property Tables As IList(Of SyncFullSchemaTable)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to