Freigeben über


Kpi-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdClient.Kpi

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public NotInheritable Class Kpi
'Usage
Dim instance As Kpi
public sealed class Kpi
public ref class Kpi sealed
[<SealedAttribute>]
type Kpi =  class end
public final class Kpi

Der Kpi-Typ macht folgende Elemente verfügbar.

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

Methoden

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

Zum Anfang

Operatoren

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

Zum Anfang

Hinweise

KPIs provide a framework for categorizing these expressions into a set of pre-defined data roles (actual, goal, trend, status, and others), which allows user interface (UI) developers additional metadata for creating new interfaces.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdClient-Namespace