ColumnType Enumeration

 

Updated: May 24, 2016

An enumeration of possible values for a column type.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

public enum class ColumnType

Member nameDescription
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.

Return to top
Show: