次の方法で共有


SyncGroupSchema.Tables プロパティ

定義

同期グループ スキーマ内のテーブルの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象