Propriété Kpis
Gets the KPIs for the perspective.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Kpis As PerspectiveKpiCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices. . :: . .PerspectiveKpiCollection
A PerspectiveKpiCollection object.