The IsDefault property of the MDStore interface indicates whether an MDStore object is the default partition of a cube or the default aggregation of a partition.
clsAggregation | clsPartition |
Boolean
MDStore object class type | Default value |
---|---|
clsPartition | True if the partition is the only one in the cube; False otherwise. |
clsAggregation | If you generate the aggregation by using an object of ClassType clsPartitionAnalyzer, the system automatically sets IsDefault to True. Generating aggregations in this way has performance benefits, and it is the recommended method for generating aggregations.
If you generate the aggregation without using a PartitionAnalyzer object, you should set IsDefault to False. |
Access depends on the class type of the associated MDStore object.
MDStore object class type | Access |
---|---|
clsPartition | R |
clsAggregation | R/W |
About Decision Support Objects | Using Decision Support Objects |
Properties Cross-Reference |