MicroStrategy ONE

List Schedule Properties statement

Lists the current values of the properties for a schedule.

Copy
LIST [ALL] PROPERTIES FOR SCHEDULEschedule_name;

where:

schedule_name is the name of the schedule for which its properties are to be listed, of type string, between double quotes (" ").

Example

Copy
LIST 
 PROPERTIES FOR SCHEDULE "Schedule1";

ResultSet Columns

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

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

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

LONG_DESCRIPTION: The long description of the schedule, returned as a string.

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

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

OWNER: The owner of the schedule, returned as a string.

SCHEDULER_DEFINITION: The definition of the schedule, returned as a string.