EstimatedSize (MDStore Interface)
Примечание. |
---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
The EstimatedSize property of the MDStore interface contains the estimated size, in bytes, of the MDStore object.
Applies To:clsAggregation, clsCube, clsDatabase, clsPartition
Data Type
Double
Access
Read-only
Замечания
Примечание. |
---|
The EstimatedSize property for a relational OLAP (ROLAP) cube does not include the size of the tables in the relational database. For a hybrid OLAP (HOLAP) cube, the EstimatedSize property does not include the size of the fact table. For more information about partition storage modes, see Partition Storage. |
The EstimatedSize property is valid only after an object is processed. The interpretation of this property value depends on the value of the ClassType and SubClassType properties of the object.
Class type | Subclass type | Interpretation of property value |
---|---|---|
clsCube |
Any (except sbclsVirtual) |
The size of the cube data and aggregations |
clsCube |
sbclsVirtual |
The size of the virtual cube |
clsPartition |
Any |
The size of the partition |
clsAggregation |
Any |
The size of the aggregation table |
См. также
Справочник
EstimatedRows (MDStore Interface)
MDStore Interface