The EstimatedSize property of the MDStore interface contains the estimated size, in bytes, of all the rows in the MDStore object.
Note The EstimatedSize property for a ROLAP cube does not include the size of the tables in the relational database. For a HOLAP cube, the EstimatedSize property does not include the size of the fact table. For more information, see Storage Modes (MOLAP, ROLAP, HOLAP).
| clsAggregation | clsDatabase |
| clsCube | clsPartition |
Double
Read-only
The EstimatedSize property is valid after an object is processed. The interpretation of the estimated value depends on the class type of the associated MDStore object.
| MDStore object class type | Interpretation of estimated value |
|---|---|
| clsCube | The size of the cube data and aggregations. |
| clsPartition | The size of the partition. |
| clsCube (virtual) | The size of the virtual cube. |
| clsAggregation | The size of the aggregation table. |
| About Decision Support Objects | Using Decision Support Objects |
| EstimatedRows | Properties Cross-Reference |