Measure.DataType Property
Gets or sets the current measure data type.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<DefaultValueAttribute(MeasureDataType.Inherited)> _
Public Property DataType As MeasureDataType
[DefaultValueAttribute(MeasureDataType.Inherited)]
public MeasureDataType DataType { get; set; }
[DefaultValueAttribute(MeasureDataType::Inherited)]
public:
property MeasureDataType DataType {
MeasureDataType get ();
void set (MeasureDataType value);
}
/** @property */
public MeasureDataType get_DataType ()
/** @property */
public void set_DataType (MeasureDataType value)
public function get DataType () : MeasureDataType
public function set DataType (value : MeasureDataType)
Property Value
A MeasureDataType enumeration value.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Measure Class
Measure Members
Microsoft.AnalysisServices Namespace