OlapStorageModes

ms132782.note(zh-cn,SQL.90).gif注意:
  下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。

Enumerates values for the OlapMode property.

Constant Description Applies to

olapmodeAggsMolapIndex

Reserved for future use.

n/a

olapmodeAggsRolap

Reserved for future use.

n/a

olapmodeHybridIndex

Fact table data is stored in relational OLAP (ROLAP), and aggregations are stored in multidimensional OLAP (MOLAP).

Databases, cubes, and partitions (excluding virtual cubes and linked cubes)

olapmodeMolapIndex

Fact table data is stored in MOLAP, and aggregations are stored in MOLAP.

Databases, cubes, and partitions (excluding virtual cubes)

olapmodeRolap

All data is stored in ROLAP.

Databases, cubes, and partitions (excluding virtual cubes and linked cubes)

请参阅

参考

OlapMode (MDStore Interface)

帮助和信息

获取 SQL Server 2005 帮助