KPI Class
Updated: May 24, 2016
Represents a Key Performance Indicator object. It is a child of a Measure object.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::KPI
| Name | Description | |
|---|---|---|
![]() | KPI() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current KPI. |
![]() | Description | Gets or sets the description for the KPI. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Measure | Gets or sets the measure of this object. |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the date and time in which the KPI was modified. |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets or sets the MetadataObject that is the parent of the KPI object. (Overrides MetadataObject::Parent.) |
![]() | StatusDescription | Gets or sets the status description for the current KPI. |
![]() | StatusExpression | Gets or sets an expression that is used to calculate the status of the KPI. |
![]() | StatusGraphic | Gets or sets a visual element that provides a quick indication of the status for a KPI. |
![]() | TargetDescription | Gets or sets the target description. |
![]() | TargetExpression | Gets or sets the target expression of the KPI. |
![]() | TargetFormatString | Gets or sets the string format of the current KPI. |
![]() | TrendDescription | Gets or sets the trend description for the KPI. |
![]() | TrendExpression | Gets or sets an expression representing the trend of the KPI. |
![]() | TrendGraphic | Gets or sets the string that identifies the graphic to show for the trend of the KPI. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a KPI object. |
![]() | CopyFrom(KPI^) | Obsolete. Deprecated. Use CopyTo method instead. |
![]() | CopyTo(KPI^) | Copies a KPI object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

