DBOUseOnly Property

SQL-DMO

SQL-DMO

DBOUseOnly Property

The DBOUseOnly property toggles access rights to a Microsoft® SQL Server™ database.

Applies To
DBOption Object
Syntax

object.DBOUseOnly [= value]

Parts

object

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 GetDBOUseOnly(LPBOOL pRetVal);

HRESULT SetDBOUseOnly(BOOL NewValue);

Remarks

If TRUE, only users with database ownership privileges can access the database.

If FALSE, any authorized user can access the database.