Property
AutoRefreshCube
Description
Applies to ROLAP cubes. Causes a REFRESH CUBE statement to execute each time the cube si queried, bringing fresh data each time.
Type
Boolean
Values
True (-1)
The cube is refreshed every time is queried.
False (0)
The cube is refreshed only via a RefreshCube action.
Default
False
Example
Code:
Cube1.AutoRefreshCube = False
HTML:
<PARAM NAME="AutoRefreshCube" VALUE= "0">
See also
RefreshCube
Doaction action,
RefreshTimerActive
and
RefreshTimerValue
properties.
Notes
You can set this value directly from the control in the preferences dialog.