Kpi-Member

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

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

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two instances of Kpi 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, 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 Gets the name of the Kpi. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality Determines whether two specified instances of Kpi are equal.
Öffentlicher OperatorStatischer Member Inequality Determines whether two specified instances of Kpi are not equal.

Zum Anfang

Eigenschaften

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

Zum Anfang