Share via


Measure Members

Include Protected Members
Include Inherited Members

Represents a measure within a cube or measure group.

The Measure type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two instances of Measure are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns a String that represents the current instance of the Measure. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality(Measure, Measure) Determines whether two instances of Measure are equal.
Public operatorStatic member Inequality(Measure, Measure) Determines whether two instances of Measure are unequal.

Top

Properties

  Name Description
Public property Caption Gets the caption of the Measure.
Public property Description Gets the description of the Measure.
Public property DisplayFolder This member is reserved for future use.
Public property Expression Gets the Multidimensional Expressions (MDX) expression that is used to aggregate the Measure.
Public property Name Gets the name of the Measure.
Public property NumericPrecision Gets the numeric precision value for the Measure.
Public property NumericScale Gets the numeric scale for the Measure.
Public property ParentCube Gets a CubeDef that contains the Measure.
Public property Properties Gets an AdomdPropertyCollection that contains the properties associated with the Measure.
Public property UniqueName Gets the unique name of the Measure.
Public property Units Gets a description of the unit of measure for the Measure.

Top