Partilhar via


Membros Measure

Represents a measure within a cube or measure group.

O tipo Measure expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of Measure are equal. (Substitui Object. . :: . .Equals(Object).)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Substitui Object. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Returns a String that represents the current instance of the Measure. (Substitui Object. . :: . .ToString() () () ().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two instances of Measure are equal.
Operador públicoMembro estático Inequality Determines whether two instances of Measure are unequal.

Início

Propriedades

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

Início