IsReadWrite (MDStore Interface)

[!附註]

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

The IsReadWrite property of the MDStore interface indicates whether the MDStore object is read-only or write-enabled.

Applies To:clsCube, clsDatabase, clsPartition

Data Type

Boolean

Access

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

Class type

Access

clsCube

R

clsDatabase

R

clsPartition

R/W

備註

The IsReadWrite property for objects of ClassType clsCube is set to True if the IsReadWrite property is set to True for at least one of the partitions associated with the cube. The IsReadWrite property for objects of ClassType clsDatabase is set to True if the IsReadWrite property is set to True for at least one of the cubes associated with the database.

請參閱

參考