Perspective.Kpis Property

Gets the KPIs for the perspective.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Kpis As PerspectiveKpiCollection
    Get
'Usage
Dim instance As Perspective
Dim value As PerspectiveKpiCollection

value = instance.Kpis
[BrowsableAttribute(false)]
public PerspectiveKpiCollection Kpis { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveKpiCollection^ Kpis {
    PerspectiveKpiCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Kpis : PerspectiveKpiCollection
function get Kpis () : PerspectiveKpiCollection