次の方法で共有


SyncFullSchemaProperties.Tables プロパティ

定義

データベースの完全なスキーマ内のテーブルの一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象