共用方式為


Kpis 屬性

Gets the Key Performance Indicators (KPIs) associated with the CubeDef. This member is not supported for versions of Analysis Services earlier than Microsoft SQL Server 2005 Analysis Services (SSAS).

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

語法

'宣告
Public ReadOnly Property Kpis As KpiCollection
    Get
'用途
Dim instance As CubeDef
Dim value As KpiCollection

value = instance.Kpis
public KpiCollection Kpis { get; }
public:
property KpiCollection^ Kpis {
    KpiCollection^ get ();
}
member Kpis : KpiCollection
function get Kpis () : KpiCollection

屬性值

型別:Microsoft.AnalysisServices.AdomdClient. . :: . .KpiCollection
A collection of KPIs.