CubeDef.Kpis Property

 

Gets the Key Performance Indicators (KPIs) associated with the CubeDef.

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

Syntax

public KpiCollection Kpis { get; }
public:
property KpiCollection^ Kpis {
    KpiCollection^ get();
}
member Kpis : KpiCollection with get
Public ReadOnly Property Kpis As KpiCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.KpiCollection

A collection of KPIs.

See Also

CubeDef Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top