Column.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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