USqlTable.ColumnList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the list of columns in this table
[Newtonsoft.Json.JsonProperty(PropertyName="columnList")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn> ColumnList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="columnList")>]
member this.ColumnList : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn> with get, set
Public Property ColumnList As IList(Of USqlTableColumn)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute