SyncGroupSchema.Tables Property

Definition

Gets or sets list of tables in sync group schema.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to