Column.Type Property

Definition

Specifies the data binding. Values include Data (1) where the contents of this column come from a DataSource, Calculated (2) where the contents are computed from an expression after the Data columns have been populated, RowNumber (3) where the column is an internal column representing the row number, or CalculatedTableColumn (4) where tables that are based on a calculated expression will automatically infer and generate the columns in the table.

public Microsoft.AnalysisServices.Tabular.ColumnType Type { get; }
member this.Type : Microsoft.AnalysisServices.Tabular.ColumnType
Public ReadOnly Property Type As ColumnType

Property Value

Applies to