DataType Enumeration
Updated: May 24, 2016
Describes the type of data contained in the column.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Member name | Description | |
|---|---|---|
| Automatic | Internal only. | |
| Binary | Column or measure contains binary data. | |
| Boolean | Column or measure contains boolean data values. | |
| DateTime | Column or measure contains date and time data | |
| Decimal | Column or measure contains decimal data values. | |
| Double | Column or measure contains double-precision floating-point numbers. | |
| Int64 | Column or measure contains integers. | |
| String | Column or measure contains string data values. | |
| Unknown | Initial value of a newly created column, replaced with an actual value after saving a Column to the Server. | |
| Variant | A measure with varying data type. |