次の方法で共有


SyncFullSchemaTable.Columns プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象