CalculateCube method: AnalyticModel class
Syntax
CalculateCube(CubeName[, Sync])
Description
Use the CalculateCube method to calculate the named cube in synchronous mode.
Parameters
| Parameter | Description |
|---|---|
|
CubeName |
Specify the name of the cube that you want to calculate. |
|
Sync |
This parameter is optional and is not used. It is only being included for previous releases. This parameter takes a Boolean value. The value of this parameter is ignored. The cube is always calculated in synchronous mode. |
Returns
None.
Related Topics