Kpi Class
Represents a Key Performance Indicator (KPI). This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
The Kpi type exposes the following members.
| Name | Description | |
|---|---|---|
|
Kpi() | Initializes a new instance of Kpi using the default values. |
|
Kpi(String, String) | Initializes a new instance of Kpi using a name and an identifier. |
| Name | Description | |
|---|---|---|
|
Annotations | Gets a collection within which you can store custom data. (Inherited from ModelComponent.) |
|
AssociatedMeasureGroup | Gets the measure group that is associated with the calculations in a Kpi. |
|
AssociatedMeasureGroupID | Gets or sets the ID of the measure group that is associated with the calculations in a Kpi. |
|
CanRaiseEvents | (Inherited from Component.) |
|
Container | (Inherited from Component.) |
|
CurrentTimeMember | Gets or sets the CurrentTimeMember of a Kpi. |
|
Description | (Inherited from NamedComponent.) |
|
DesignMode | (Inherited from Component.) |
|
DisplayFolder | Gets or sets the display folder associated with a Kpi object. |
|
Events | (Inherited from Component.) |
|
FriendlyName | Returns a user-friendly name. (Inherited from NamedComponent.) |
|
Goal | Gets or sets the Goal of a Kpi. |
|
ID | (Inherited from NamedComponent.) |
|
KeyForCollection | Returns the key used in collections. (Inherited from NamedComponent.) |
|
Name | (Inherited from NamedComponent.) |
|
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) |
|
Parent | Gets the Cube object that is the parent of the Kpi object. |
|
ParentDatabase | Gets the Database object that is the parent of the Kpi object's Cube object. |
|
ParentKpiID | Gets or sets the ID of the parent Kpi. |
|
ParentServer | Gets the Server object that is the parent of the Kpi. |
|
Site | Infrastructure. (Inherited from NamedComponent.) |
|
SiteID | Infrastructure. (Inherited from NamedComponent.) |
|
Status | Gets or sets the status for a Kpi object in the form of an MDX expression. |
|
StatusGraphic | Gets or sets the status graphic associated with a Kpi object. |
|
Translations | Gets the collection of translations associated with a Kpi object. |
|
Trend | Gets or sets the trend; which is represented by an MDX expression. |
|
TrendGraphic | Gets or sets the trend graphic associated with a Kpi object. |
|
Value | Gets or sets a value for a Kpi object, in the form of an MDX expression. |
|
Weight | Gets or sets the weight value associated with a Kpi object. |
| Name | Description | |
|---|---|---|
|
AddToContainer | Infrastructure. (Inherited from ModelComponent.) |
|
AfterInsert | Infrastructure. (Inherited from ModelComponent.) |
|
AfterMove | Infrastructure. (Inherited from ModelComponent.) |
|
AfterRemove | Infrastructure. (Inherited from ModelComponent.) |
|
BeforeRemove | Infrastructure. (Inherited from ModelComponent.) |
|
Clone | Creates a new, full copy of an object. |
|
CopyTo(Kpi) | Copies a Kpi to the specified object. |
|
CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) |
|
CopyTo(NamedComponent) | Infrastructure. (Inherited from NamedComponent.) |
|
CreateObjRef | (Inherited from MarshalByRefObject.) |
|
Dispose() | (Inherited from Component.) |
|
Dispose(Boolean) | (Inherited from Component.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Component.) |
|
GetHashCode | (Inherited from Object.) |
|
GetLifetimeService | (Inherited from MarshalByRefObject.) |
|
GetService | (Inherited from Component.) |
|
GetType | (Inherited from Object.) |
|
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
|
RemoveFromContainer | Infrastructure. (Inherited from ModelComponent.) |
|
Reset | Infrastructure. (Inherited from NamedComponent.) |
|
Submit() | Infrastructure. (Inherited from ModelComponent.) |
|
Submit(Boolean) | Infrastructure. (Inherited from ModelComponent.) |
|
ToString | (Inherited from NamedComponent.) |
|
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.) |
|
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. (Inherited from ModelComponent.) |
|
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Overrides NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
| Name | Description | |
|---|---|---|
|
ICloneable.Clone | |
|
IFormattable.ToString | (Inherited from NamedComponent.) |
|
IHostableComponent.Host | (Inherited from ModelComponent.) |
|
IModelComponent.FriendlyPath | (Inherited from ModelComponent.) |
|
IModelComponent.OwningCollection | (Inherited from ModelComponent.) |