Sets or returns the login name for users who have read-only access to the schema repository (master database).
This property is used only in conjunction with databases whose Vendor property is SQL_SERVER.
The read-only login name and password are for users who need to view the information in the database but who are not allowed to modify the contents of the database.
VBScript
database.ROLogin
database.ROLogin loginName
Perl
$database->GetROLogin();
$database->SetROLogin(loginName);