The ReadOnly property controls the ability to update a Microsoft® SQL Server™ 2000 database or database filegroup.
object.ReadOnly [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetReadOnly(LPBOOL pRetVal);
HRESULT SetReadOnly(BOOL NewValue);
If TRUE, data in the database or database filegroup cannot be changed.
If FALSE, updates are allowed to data in the database or database filegroup.