EnableRealTimeUpdates (Dimension Interface)

注意注意

  この機能は、Microsoft SQL Server の次のバージョンで削除されます。 新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。

The EnableRealTimeUpdates property of the Dimension interface indicates whether or not the object supports real-time updates.

Applies To:clsAggregationDimension, clsCubeDimension, clsDatabaseDimension, clsPartitionDimension

Data Type

Boolean

Access

Access depends on the value of the ClassType property of the object.

Class type

Access

clsDatabaseDimension

R/W

clsCubeDimension

R

clsPartitionDimension

R

clsAggregationDimension

R

説明

To enable a clsDatabaseDimension object to support real-time updates for real-time cubes, the object must use a ROLAP partition (the StorageMode property of the clsDatabaseDimension object must be storeasROLAP) and a Microsoft® SQL Server™ 2000 data source.

関連項目

参照