SingleUser Property

SQL-DMO

SQL-DMO

SingleUser Property

The SingleUser property exposes one method of constraining user access to a Microsoft® SQL Server™ 2000 database.

Applies To
DBOption Object
Syntax

object.SingleUser [= 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 GetSingleUser(LPBOOL pRetVal);

HRESULT SetSingleUser(BOOL NewValue);

Remarks

If TRUE, only one user can access the database at one time.

If FALSE, multiple users can access the database at one time.

See Also

DBOUseOnly Property

ReadOnly Property