EstimatedSize

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).


Applies To
clsAggregation clsDatabase
clsCube clsPartition

Data Type

Double

Values
Range
Value as type Double
Access

Read-only

Remarks

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.

See Also
About Decision Support Objects Using Decision Support Objects
EstimatedRows Properties Cross-Reference

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.