Open this page in the API Guide

IDataCubeService.AnalyzeDataCube Method

Analyzes the data cube transforms if executed in-memory and saves the data cube.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void AnalyzeDataCube(
	DataCube dataCube
)

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubes.DataCube
The data cube.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is null.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also