CatalogOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the operations that a user can perform on the catalog.
public enum class CatalogOperation
public enum CatalogOperation
type CatalogOperation =
Public Enum CatalogOperation
- Inheritance
-
CatalogOperation
Fields
Name | Value | Description |
---|---|---|
CreateRoles | 0 | The user may create roles. |
DeleteRoles | 1 | The user may delete roles. |
ReadRoleProperties | 2 | The user may read role-specific properties which include the individual tasks associated with the roles. |
UpdateRoleProperties | 3 | The user may modify role-specific properties, which include the individual tasks associated with the roles. |
ReadSystemProperties | 4 | The user may read system properties. |
UpdateSystemProperties | 5 | The user may modify system-level properties. |
GenerateEvents | 6 | The user may generate events within the report server. |
ReadSystemSecurityPolicy | 7 | The user may read security policies set at the system level. |
UpdateSystemSecurityPolicy | 8 | The user may modify security policies set at the system level. |
CreateSchedules | 9 | The user may create schedules. |
DeleteSchedules | 10 | The user may delete schedules. |
ReadSchedules | 11 | The user may read schedules. |
UpdateSchedules | 12 | The user may modify schedules. |
ListJobs | 13 | The user may retrieve a list of running jobs. |
CancelJobs | 14 | The user may cancel running jobs. |
ExecuteReportDefinition | 15 | The user may execute report definitions within the report server. |