USqlTable.ColumnList Property
Optional. Gets or sets the list of columns in this table
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public IList<USqlTableColumn> ColumnList { get; set; }
public:
property IList<USqlTableColumn^>^ ColumnList {
IList<USqlTableColumn^>^ get();
void set(IList<USqlTableColumn^>^ value);
}
member ColumnList : IList<USqlTableColumn> with get, set
Public Property ColumnList As IList(Of USqlTableColumn)
Property Value
Type: System.Collections.Generic.IList<USqlTableColumn>
See Also
USqlTable Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top