PerspectiveKpi.Kpi 屬性

Gets the KPI from a PerspectiveKpi object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Kpi As Kpi 
    Get
'用途
Dim instance As PerspectiveKpi 
Dim value As Kpi 

value = instance.Kpi
[BrowsableAttribute(false)]
public Kpi Kpi { get; }
[BrowsableAttribute(false)]
public:
property Kpi^ Kpi {
    Kpi^ get ();
}
[<BrowsableAttribute(false)>]
member Kpi : Kpi
function get Kpi () : Kpi

屬性值

型別:Microsoft.AnalysisServices.Kpi
A KPI definition.

請參閱

參考

PerspectiveKpi 類別

Microsoft.AnalysisServices 命名空間