IDataCubeServiceAnalyzeDataCube 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.3.0.1000)
Syntaxvoid AnalyzeDataCube(
	DataCube dataCube
)
Sub AnalyzeDataCube ( 
	dataCube As DataCube
)
void AnalyzeDataCube(
	DataCube^ dataCube
)
abstract AnalyzeDataCube : 
        dataCube : DataCube -> unit 
Parameters
- dataCube
 - Type: Dundas.BI.Entities.DataCubesDataCube
The data cube. 
Exceptions
See Also