Condividi tramite


Proprietà Perspective.Kpis

Gets the KPIs for the perspective.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Kpis As PerspectiveKpiCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.PerspectiveKpiCollection
A PerspectiveKpiCollection object.

Vedere anche

Riferimento

Perspective Classe

Spazio dei nomi Microsoft.AnalysisServices