Propriedade do RDL 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).
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public ReadOnly Property Kpis As KpiCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdServer.KpiCollection
A collection of KPIs.