Measure.DataType Property

Definition

Gets or sets the current measure data type.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Measure_DataType")]
public Microsoft.AnalysisServices.MeasureDataType DataType { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Measure_DataType")>]
member this.DataType : Microsoft.AnalysisServices.MeasureDataType with get, set
Public Property DataType As MeasureDataType

Property Value

MeasureDataType

A MeasureDataType enumeration value.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to