次の方法で共有


SyncGroupSchemaTable.Columns プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象