IsDefault

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.

Applies To
clsAggregation clsPartition

Data Type

Boolean

Values
Default
The default value depends on the class type of the associated MDStore object.

 

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

Access depends on the class type of the associated MDStore object.

MDStore object class type Access
clsPartition R
clsAggregation R/W

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

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