Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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();
}