Perspective.Kpis 属性

Gets the KPIs for the perspective.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Kpis As PerspectiveKpiCollection 
    Get
用法
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

属性值

类型:Microsoft.AnalysisServices.PerspectiveKpiCollection
A PerspectiveKpiCollection object.

请参阅

参考

Perspective 类

Microsoft.AnalysisServices 命名空间