Propriedade do RDL Kpis
Gets the KPIs for the perspective.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Kpis As PerspectiveKpiCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveKpiCollection
A PerspectiveKpiCollection object.