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.

請參閱

參考