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