KPI Class

 

Updated: May 24, 2016

Represents a Key Performance Indicator object. It is a child of a Measure object.

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

System::Object
  Microsoft.AnalysisServices.Tabular::MetadataObject
    Microsoft.AnalysisServices.Tabular::KPI

public ref class KPI sealed : MetadataObject

NameDescription
System_CAPS_pubmethodKPI()

Constructor.

NameDescription
System_CAPS_pubpropertyAnnotations

Gets the collection object of all annotations in the current KPI.

System_CAPS_pubpropertyDescription

Gets or sets the description for the KPI.

System_CAPS_pubpropertyIsRemoved

Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.)

System_CAPS_pubpropertyMeasure

Gets or sets the measure of this object.

System_CAPS_pubpropertyModel

Gets the Tabular model of the object. (Inherited from MetadataObject.)

System_CAPS_pubpropertyModifiedTime

Gets or sets the date and time in which the KPI was modified.

System_CAPS_pubpropertyObjectType

Gets the type of the object. (Overrides MetadataObject::ObjectType.)

System_CAPS_pubpropertyParent

Gets or sets the MetadataObject that is the parent of the KPI object. (Overrides MetadataObject::Parent.)

System_CAPS_pubpropertyStatusDescription

Gets or sets the status description for the current KPI.

System_CAPS_pubpropertyStatusExpression

Gets or sets an expression that is used to calculate the status of the KPI.

System_CAPS_pubpropertyStatusGraphic

Gets or sets a visual element that provides a quick indication of the status for a KPI.

System_CAPS_pubpropertyTargetDescription

Gets or sets the target description.

System_CAPS_pubpropertyTargetExpression

Gets or sets the target expression of the KPI.

System_CAPS_pubpropertyTargetFormatString

Gets or sets the string format of the current KPI.

System_CAPS_pubpropertyTrendDescription

Gets or sets the trend description for the KPI.

System_CAPS_pubpropertyTrendExpression

Gets or sets an expression representing the trend of the KPI.

System_CAPS_pubpropertyTrendGraphic

Gets or sets the string that identifies the graphic to show for the trend of the KPI.

NameDescription
System_CAPS_pubmethodClone()

Creates a new, full copy of a KPI object.

System_CAPS_pubmethodCopyFrom(KPI^)

Obsolete. Deprecated. Use CopyTo method instead.

System_CAPS_pubmethodCopyTo(KPI^)

Copies a KPI object to the specified object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate()

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.

Return to top
Show: