SyncGroupSchema.Tables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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