DboLogin Property (SQL-DMO)

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

Applies To

Database Object

Syntax

object.DboLogin

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

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.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetDboLogin(LPBOOL pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.