Kpi Class

Key Performance Indicators (KPIs) are metadata wrappers around measures and Multidimensional Expressions (MDX) expressions.

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

Syntax

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

Remarks

KPIs provide a framework for categorizing these expressions into a set of pre-defined data roles (actual, goal, trend, status, and others), which allows user interface (UI) developers additional metadata for creating new interfaces.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.Kpi

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.