ColumnType Enumeration
Updated: May 24, 2016
An enumeration of possible values for a column type.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Member name | Description | |
|---|---|---|
| Calculated | The contents of this column are computed by using an expression after the Data columns have been populated. | |
| CalculatedTableColumn | The column exists in a calculated table, where the table and its columns are based on a calculated expression. | |
| Data | The contents of this column come from a DataSource. | |
| RowNumber | This column is automatically added by the Server to every table. |
Show: