Compartir a través de


Kpi Miembros

Key Performance Indicators (KPIs) are metadata wrappers around measures and Multidimensional Expressions (MDX) expressions.

El tipo Kpi expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two instances of Kpi 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, 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 Gets the name of the Kpi. (Invalida Object. . :: . .ToString() () () ().)

Principio

Operadores

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

Principio

Propiedades

  Nombre Descripción
Propiedad pública Caption Gets the caption associated with the Kpi.
Propiedad pública Description Gets a human-readable description of the Kpi.
Propiedad pública DisplayFolder Gets a forward-slash-delimited categorization structure, used by client applications to determine the hierarchical presentation of the Kpi.
Propiedad pública Name Gets the name of the Kpi.
Propiedad pública ParentCube Gets the CubeDef representing the cube to which the Key Performance Indicator (KPI) belongs.
Propiedad pública ParentKpi Gets the parent Kpi of the current Kpi.
Propiedad pública Properties Gets a collection containing the properties of the Kpi.
Propiedad pública StatusGraphic Gets a String representing a graphic for displaying Kpi status.
Propiedad pública TrendGraphic Gets a String representing a graphic for displaying Kpi trend information.

Principio