Expand Minimize
This topic has not yet been rated - Rate this topic

DboLogin Property

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

The DboLogin property identifies database ownership permissions for the current session.


object
.DboLogin
object

An expression that evaluates to an object in the Applies To list

Boolean

Read-only

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.