다음을 통해 공유


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