DboLogin Property
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The DboLogin property identifies database ownership permissions for the current session.
Syntaxe
object
.DboLogin
Parts
- object
An expression that evaluates to an object in the Applies To list
Data Type
Boolean
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetDboLogin(LPBOOL pRetVal);
Notes
If TRUE, the user mapping the login used for client application connection authentication has database ownership permissions.
If FALSE, the user mapping the login does not have database ownership permissions.