CubeDef.Kpis 属性

Gets the 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.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.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.AdomdServer.KpiCollection
A collection of KPIs.

请参阅

参考

CubeDef 类

Microsoft.AnalysisServices.AdomdServer 命名空间