OlapDataProviderLoadKpis Method |
Loads the KPIs for the specific cube.
Namespace: Dundas.BI.Data.DataProviders.OlapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic abstract IReadOnlyList<OlapKpi> LoadKpis(
OlapCube parentCube
)
Public MustOverride Function LoadKpis (
parentCube As OlapCube
) As IReadOnlyList(Of OlapKpi)
public:
virtual IReadOnlyList<OlapKpi^>^ LoadKpis(
OlapCube^ parentCube
) abstract
abstract LoadKpis :
parentCube : OlapCube -> IReadOnlyList<OlapKpi> Parameters
- parentCube OlapCube
- The parent cube.
Return Value
IReadOnlyListOlapKpiCollection that contains the cube KPIs.
See Also