DBOUseOnly Property (SQL-DMO)

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

Applies To

DBOption Object

Syntax

object.DBOUseOnly [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

If True, only users with database ownership privilege can access the database.

If False, any authorized user can access the database.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDBOUseOnly(LPBOOL pRetVal);

HRESULT SetDBOUseOnly(BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.