IsReadWrite (MDStore Interface)
Hinweis: |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
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 |
---|---|
R |
|
R |
|
R/W |
Hinweise
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.