Compartir a través de


IsReadWrite (MDStore Interface)

[!NOTA]   Esta característica se quitará en la versión siguiente de Microsoft SQL Server. No utilice esta característica en nuevos trabajos de desarrollo y modifique lo antes posible las aplicaciones que actualmente la utilizan.

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

Notas

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.

Vea también

Referencia

MDStore Interface

Ayuda e información

Obtener ayuda sobre SQL Server 2005