Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
---|---|---|
![]() |
Caption | Gets the caption associated with the Kpi. |
![]() |
Description | Gets a human-readable description of the Kpi. |
![]() |
DisplayFolder | Gets a forward-slash-delimited categorization structure, used by client applications to determine the hierarchical presentation of the Kpi. |
![]() |
Name | Gets the name of the Kpi. |
![]() |
ParentCube | Gets the CubeDef representing the cube to which the Key Performance Indicator (KPI) belongs. |
![]() |
ParentKpi | Gets the parent Kpi of the current Kpi. |
![]() |
Properties | Gets a collection containing the properties of the Kpi. |
![]() |
StatusGraphic | Gets a String representing a graphic for displaying Kpi status. |
![]() |
TrendGraphic | Gets a String representing a graphic for displaying Kpi trend information. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
![]() |
Equals | Determines whether two instances of Kpi are equal. (Überschreibt Object.Equals(Object).) |
![]() |
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().) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
ToString | Gets the name of the Kpi. (Überschreibt Object.ToString().) |
Zum Anfang
Operatoren
Name | Beschreibung | |
---|---|---|
![]() ![]() |
Equality | Determines whether two specified instances of Kpi are equal. |
![]() ![]() |
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.