User Properties

User Object Properties Methods Lists Collections

Property Description

Application
    Application
    Write: No
The Application object.
Group
    Identifier
    Write: Yes
The group this user is a member of. To set this property to a new group, the group must exist.
ID
    Long
    Write: No
The unique user ID of the database user. A user ID of 1 is the database owner.
Login
    Identifier
    Write: Before Add
The SQL Server login associated with this database user.
Name
    Identifier
    Write: Before Add
The name of the database user.
Parent
    Database
    Write: No
The Database object.
SystemObject
    Boolean
    Write: No
Indicates if this is a SQL Server system user. If True, this is a SQL Server system user (such as DBO). If False, this user was created by a user.
TypeOf
    SQLOLE_OBJECT_TYPE
    Write: No
The type of object.
UserData
    Long
    Write: Yes
Temporary storage space contained in this object for private use by the application. SQL-DMO does not use this property.