Columns
This is the collection of tabular model columns that belong to this tabular table. These columns will correspond to the relational columns in the parent table.
Permitted Collection Child Definitions
Child | API Type | Description |
---|---|---|
<CalculatedColumn /> | AstTabularCalculatedColumnNode | Tabular column objects correspond directly to SQL Server Analysis Services (SSAS) Tabular Model table columns, which offer aggregation and other options for use in analytics. |
<CalculatedTableColumn /> | AstTabularCalculatedTableColumnNode | Tabular calculated table column objects correspond directly to SQL Server Analysis Services (SSAS) Tabular Model table columns, which offer aggregation and other options for use in analytics. |
<Column /> | AstTabularColumnNode | Tabular column objects correspond directly to SQL Server Analysis Services (SSAS) Tabular Model table columns, which offer aggregation and other options for use in analytics. |