Compartir a través de


Measure Miembros

Represents a measure within a cube or measure group.

El tipo Measure expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two instances of Measure are equal. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Returns a String that represents the current instance of the Measure. (Invalida Object. . :: . .ToString() () () ().)

Principio

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two instances of Measure are equal.
Operador públicoMiembro estático Inequality Determines whether two instances of Measure are unequal.

Principio

Propiedades

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

Principio