MicroStrategy ONE

Lock Project statement

Locks a project in the metadata.

Copy
LOCK PROJECT "project_name" [FORCE] [PERMANENTLY];

where:

  • PROJECT "project_name" is the name of the project to be locked, of type string.

  • FORCE forces the project to lock.

  • PERMANENTLY locks the project permanently. Only the user who creates the lock can remove it.

Example

Copy
LOCK PROJECT "MicroStrategy Tutorial" FORCE;