다음을 통해 공유


OlapMode (MDStore Interface)

[!참고]

  이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.

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

Applies To:clsAggregation, clsCube (excluding virtual cubes), clsDatabase, clsPartition

Data Type

OlapStorageModes

Access

Read/write

주의

The OlapMode property defines the storage mode for each fact table and aggregation in an MDStore object. Possible storage modes are relational OLAP (ROLAP) and multidimensional OLAP (MOLAP). Hybrid OLAP (HOLAP) storage combines ROLAP and MOLAP storage modes. Setting this property for a clsDatabase object defines the default storage mode for new cubes created within the database, whereas setting this property for a clsCube object defines the default storage mode for new partitions created within the cube.

This property is read-only and always olapmodeROLAP for a linked cube (that is, a cube of SubClassType of sbclsLinked).

참고 항목

참조