MicroStrategy ONE

List Lock Properties statement

Lists all the lock properties for a given project or the project source configuration.

Copy
LIST [ALL] PROPERTIES FOR LOCK IN (CONFIGURATION | PROJECT "project_name");

where:

  • CONFIGURATION is
  • PROJECT "project_name" is the name of the project for which lock properties are to be listed, of type string.

Examples

Copy
LIST ALL PROPERTIES FOR LOCK IN PROJECT "MicroStrategy 
 Tutorial";
Copy
LIST ALL PROPERTIES FOR LOCK IN CONFIGURATION;

ResultSet Columns

COMPONENT_NAME: The name of the component associated with the lock, returned as a string.

CREATION_TIME: Date and time the lock was created, returned as a date/string.

MACHINE_NAME: The name of the machine associated with the lock, returned as a string.

PRODUCT_NAME: The name of the product associated with the lock, returned as a string.

USER_NAME: The name of the user associated with the lock, returned as a string.