Membres Measure
Represents a measure within a cube or measure group.
Le type Measure expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Equals | Determines whether two instances of Measure are equal. (Se substitue à Object. . :: . .Equals(Object).) | |
Finalize | (Hérité de Object.) | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Se substitue à Object. . :: . .GetHashCode() () () ().) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | Returns a String that represents the current instance of the Measure. (Se substitue à Object. . :: . .ToString() () () ().) |
Haut de la page
Opérateurs
Nom | Description | |
---|---|---|
Equality | Determines whether two instances of Measure are equal. | |
Inequality | Determines whether two instances of Measure are unequal. |
Haut de la page
Propriétés
Nom | 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. |
Haut de la page