Freigeben über


Measure-Member

Represents a measure within a cube or measure group.

Der Measure-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two instances of Measure are equal. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns a String that represents the current instance of the Measure. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality Determines whether two instances of Measure are equal.
Öffentlicher OperatorStatischer Member Inequality Determines whether two instances of Measure are unequal.

Zum Anfang

Eigenschaften

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

Zum Anfang