SingleUser Property
Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
The SingleUser property exposes one method of constraining user access to a Microsoft SQL Server database.
Sintaxis
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);
Notas
If TRUE, only one user can access the database at one time.
If FALSE, multiple users can access the database at one time.