ReadOnly Property
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The ReadOnly property controls the ability to update a Microsoft SQL Server database or database filegroup.
Syntax
object
.ReadOnly [= value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetReadOnly(LPBOOL pRetVal);
HRESULT SetReadOnly(BOOL NewValue);
Hinweise
If TRUE, data in the database or database filegroup cannot be changed.
If FALSE, updates to data are allowed in the database or database filegroup.