OlapMode

The OlapMode property of the MDStore interface contains the OLAP storage mode assigned to the MDStore object.

Applies To
clsAggregation clsDatabase
clsCube
(excluding virtual cubes)
clsPartition

Data Type

OlapStorageModes (an enumeration)

Values
Range
Any of the values returned by the OlapStorageModes enumerator.

The OlapMode property defines the storage mode for each fact table and aggregation in an MDStore object. The possible storage modes are ROLAP and MOLAP. The term HOLAP storage refers to a combination of ROLAP and MOLAP storage modes.

Default
The value of Db.OlapMode is the default OlapMode for new cubes created in the database. Cube.OlapMode is the default OlapMode for new partitions created within the cube. Partition.OlapMode is the OlapMode of that partition and Aggregation.OlapMode is the OlapMode of that aggregation.
Access

Read/write

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

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