Freigeben über


Kpi-Klasse

Key performance indicators (KPIs) are metadata wrappers around measures and MDX expressions.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.Kpi

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class Kpi _
    Implements IDisposable, IMetadataObject
'Usage
Dim instance As Kpi
public sealed class Kpi : IDisposable, IMetadataObject
public ref class Kpi sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type Kpi =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class Kpi implements IDisposable, IMetadataObject

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.
Öffentliche Eigenschaft UniqueName Gets the unique name for the Kpi.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the Kpi.
Öffentliche Methode Dispose Releases all resources used by the Kpi.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

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 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.AdomdServer-Namespace