EnableRealTimeUpdates (MDStore Interface)

[!附註]

  下一版的 Microsoft SQL Server 將不再提供此功能。請勿在新的開發工作中使用此功能,並且儘速修改使用此功能的應用程式。

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

Applies To:clsAggregation, clsPartition

Data Type

Boolean

Access

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

Class type

Access

clsPartition

R/W

clsAggregation

R

備註

To enable an object of ClassType clsPartition object to support real-time updates, which are used by real-time cubes, the object must use a relational OLAP (ROLAP) storage mode (the StorageMode property of the object of ClassType clsPartition must be storeasROLAP) and a Microsoft® SQL Server™ 2005 data source.

請參閱

參考