SqlSystem.loginName Method

Retrieves the user name that is used to log-in to the database.

Syntax

public str loginName()

Run On

Server

Return Value

Type: str
The user name that is used to log-in to the database.

Examples

{ 
    SqlSystem SqlSystem = new SqlSystem(); 
    print SqlSystem.loginName(); 
}

See Also

Reference

SqlSystem Class