The SingleUser property exposes one method of constraining user access to a Microsoft® SQL Server™ 2000 database.
object.SingleUser [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetSingleUser(LPBOOL pRetVal);
HRESULT SetSingleUser(BOOL NewValue);
If TRUE, only one user can access the database at one time.
If FALSE, multiple users can access the database at one time.