次の方法で共有


Kpis プロパティ

分析観点の KPI を取得します。

名前空間:  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