SyncFullSchemaTable.Columns Property

Definition

Gets list of columns in the table of database full schema.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to