DboLogin Property
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The DboLogin property identifies database ownership permissions for the current session.
Синтаксис
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);
Замечания
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.