MicroStrategy ONE

List DBLogin Properties statement

Lists the properties of a DBLogin.

Copy
LIST [ALL] 
 PROPERTIESFOR 
 DBLOGIN "dblogin_name";

where:

DBLOGIN "dblogin_name" is the name of the database login for which properties are to be listed, of type string.

Example

Copy
LIST 
 PROPERTIES FOR DBLOGIN "DbLogin1";

ResultSet Columns

ID: The object ID of the database login, returned as a string.

LOGIN: The login name for the database login, returned as a string.

NAME: The database login for which properties are being listed, returned as a string.