SingleUser Property
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The SingleUser property exposes one method of constraining user access to a Microsoft SQL Server database.
Sintaxe
object.SingleUser [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetSingleUser(LPBOOL pRetVal);
HRESULT SetSingleUser(BOOL NewValue);
Comentários
If TRUE, only one user can access the database at one time.
If FALSE, multiple users can access the database at one time.