MicroStrategy ONE

List Project Properties statement

Lists project properties.

Copy
LIST [ALL] PROPERTIESFOR PROJECT "project_name";

where:

PROJECT "project_name" is the name of the project that we want to list properties of, of type string.

Example

Copy
LIST ALL PROPERTIES FOR PROJECT "MicroStrategy 
 Tutorial";

ResultSet Columns

CREATION_TIME: The date and time the project was created, returned as a date/string.

DESCRIPTION: The description of the project, returned as a string.

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

MODIFICATION_TIME: The date and time the project was last modified, returned as a date/string.

NAME: The name of the project, returned as a string.