Freigeben über


Kpi-Klasse

Represents a Key Performance Indicator (KPI). This class cannot be inherited.

Vererbungshierarchie

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.Kpi

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

Syntax

'Declaration
<GuidAttribute("8627F50A-070E-4501-86E0-1BB6CA124473")> _
Public NotInheritable Class Kpi _
    Inherits NamedComponent _
    Implements ICloneable
'Usage
Dim instance As Kpi
[GuidAttribute("8627F50A-070E-4501-86E0-1BB6CA124473")]
public sealed class Kpi : NamedComponent, ICloneable
[GuidAttribute(L"8627F50A-070E-4501-86E0-1BB6CA124473")]
public ref class Kpi sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("8627F50A-070E-4501-86E0-1BB6CA124473")>]
type Kpi =  
    class 
        inherit NamedComponent 
        interface ICloneable 
    end
public final class Kpi extends NamedComponent implements ICloneable

Der Kpi-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Kpi() Initializes a new instance of Kpi using the default values.
Öffentliche Methode Kpi(String, String) Initializes a new instance of Kpi using a name and an identifier.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Annotations Gets a collection within which you can store custom data. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft AssociatedMeasureGroup Gets the measure group that is associated with the calculations in a Kpi.
Öffentliche Eigenschaft AssociatedMeasureGroupID Gets or sets the identifier of the measure group that is associated with the calculations in a Kpi.
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft CurrentTimeMember Gets or sets an MDX expression that returns the member that identifies the temporal context of the KPI.
Öffentliche Eigenschaft Description Gets or sets the description of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft DisplayFolder Gets or sets the folder in which the KPI will appear when a user is browsing the cube.
Geschützte Eigenschaft FriendlyName Returns a user-friendly name. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Goal Gets or sets an MDX numeric expression or a calculation that returns the target value of the KPI.
Öffentliche Eigenschaft ID Gets or sets the identifier of the component. (Geerbt von NamedComponent.)
Geschützte Eigenschaft KeyForCollection Returns the key used in collections. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Name Gets or sets the name of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Parent Gets the Cube object that is the parent of the Kpi object.
Öffentliche Eigenschaft ParentDatabase Gets the Database object that is the parent of the Kpi object's Cube object.
Öffentliche Eigenschaft ParentKpiID Gets or sets the ID of the parent Kpi.
Öffentliche Eigenschaft ParentServer Gets the Server object that is the parent of the Kpi.
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft SiteID Infrastruktur Gets or sets the identifier for the site associated with the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Status Gets or sets an MDX expression that represents the state of the KPI at a specified point in time.
Öffentliche Eigenschaft StatusGraphic Gets or sets a visual element that provides a quick indication of the status for a KPI.
Öffentliche Eigenschaft Translations Gets the collection of translations associated with a Kpi object.
Öffentliche Eigenschaft Trend Gets or sets an MDX expression that evaluates the value of the KPI over time.
Öffentliche Eigenschaft TrendGraphic Gets or sets a visual element that provides a quick indication of the trend for a KPI.
Öffentliche Eigenschaft Value Gets or sets an MDX numeric expression that returns the actual value of the KPI.
Öffentliche Eigenschaft Weight Gets or sets an MDX numeric expression that assigns a relative importance to a KPI.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur Adds a ModelComponent object to the specified container. (Geerbt von ModelComponent.)
Geschützte Methode AfterInsert Infrastruktur Displays a ModelComponent object after added to the specified index. (Geerbt von ModelComponent.)
Geschützte Methode AfterMove Infrastruktur Displays a ModelComponent object after moving to the specified index. (Geerbt von ModelComponent.)
Geschützte Methode AfterRemove Infrastruktur Displays a ModelComponentCollection after a ModelComponent object is removed. (Geerbt von ModelComponent.)
Geschützte Methode BeforeRemove Infrastruktur Removes the ModelComponent object before the cleanup. (Geerbt von ModelComponent.)
Öffentliche Methode Clone Creates a new, full copy of the Kpi object.
Öffentliche Methode CopyTo Copies a Kpi to the specified object.
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Geschützte Methode RemoveFromContainer Infrastruktur Removes a ModelComponent object from the specified container. (Geerbt von ModelComponent.)
Öffentliche Methode Submit() Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Methode Submit(Boolean) Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Methode ToString Returns a string containing the name of the component. (Geerbt von NamedComponent.)
Öffentliche Methode Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationErrorCollection, Boolean, ServerEdition) Validates the Kpi object for errors. (Überschreibt NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates a new, full copy of the Kpi object.
Explizite SchnittstellenimplementierungPrivate Methode IFormattable.ToString Formats the value of the current instance using the specified format. (Geerbt von NamedComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (Geerbt von ModelComponent.)

Zum Anfang

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