The DboLogin property identifies database ownership privilege for the current session.
object.DboLogin
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
If True, the user mapping the login used for client application connection authentication has database ownership privilege.
If False, the user mapping the login does not have database ownership privilege.
Boolean
Read-only
HRESULT GetDboLogin(LPBOOL pRetVal);