Measure.DataType 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.
Describes the type of data contained in the column. Possible values are as follows. String (2). Int64 (6). Double (8). DateTime (9). Decimal (10). Boolean (11). Binary (17). Unknown (19) A measure in an error state. Variant (20) A measure with varying data type.
public Microsoft.AnalysisServices.Tabular.DataType DataType { get; }
member this.DataType : Microsoft.AnalysisServices.Tabular.DataType
Public ReadOnly Property DataType As DataType