The DBOUseOnly property toggles access rights to a Microsoft® SQL Server™ database.
object.DBOUseOnly [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetDBOUseOnly(LPBOOL pRetVal);
HRESULT SetDBOUseOnly(BOOL NewValue);
If TRUE, only users with database ownership privileges can access the database.
If FALSE, any authorized user can access the database.