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 | |
---|---|---|
Equals(Object) | Determines whether two instances of Measure are equal. (Overrides Object.Equals(Object).) | |
Finalize() | (Inherited from Object.) | |
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().) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | Returns a String that represents the current instance of the Measure. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality(Measure, Measure) | Determines whether two instances of Measure are equal. | |
Inequality(Measure, Measure) | Determines whether two instances of Measure are unequal. |
Top
Properties
Name | Description | |
---|---|---|
Caption | Gets the caption of the Measure. | |
Description | Gets the description of the Measure. | |
DisplayFolder | This member is reserved for future use. | |
Expression | Gets the Multidimensional Expressions (MDX) expression that is used to aggregate the Measure. | |
Name | Gets the name of the Measure. | |
NumericPrecision | Gets the numeric precision value for the Measure. | |
NumericScale | Gets the numeric scale for the Measure. | |
ParentCube | Gets a CubeDef that contains the Measure. | |
Properties | Gets an AdomdPropertyCollection that contains the properties associated with the Measure. | |
UniqueName | Gets the unique name of the Measure. | |
Units | Gets a description of the unit of measure for the Measure. |
Top