Kpis 属性
Gets the Kpis associated with the CubeDef. This member is not supported for versions of Analysis Services earlier than Microsoft SSQL 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.