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