Measure.DataType Property

Definition

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

Property Value

Applies to