The EnableRealTimeUpdates property of the Dimension interface indicates whether or not the object supports real-time updates.
Boolean
Access depends on the value of the ClassType property of the object.
| Class type | Access |
|---|---|
| ClsDatabaseDimension | R/W |
| ClsCubeDimension | R |
| ClsPartitionDimension | R |
| ClsAggregationDimension | R |
To enable a clsDatabaseDimension object to support real-time updates for real-time cubes, the object must use a ROLAP partition (the StorageMode property of the clsDatabaseDimension object must be storeasROLAP) and a Microsoft® SQL Server™ 2000 data source.