CatalogOperation Enum

Definition

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

CancelJobs 14

The user may cancel running jobs.

CreateRoles 0

The user may create roles.

CreateSchedules 9

The user may create schedules.

DeleteRoles 1

The user may delete roles.

DeleteSchedules 10

The user may delete schedules.

ExecuteReportDefinition 15

The user may execute report definitions within the report server.

GenerateEvents 6

The user may generate events within the report server.

ListJobs 13

The user may retrieve a list of running jobs.

ReadRoleProperties 2

The user may read role-specific properties which include the individual tasks associated with the roles.

ReadSchedules 11

The user may read schedules.

ReadSystemProperties 4

The user may read system properties.

ReadSystemSecurityPolicy 7

The user may read security policies set at the system level.

UpdateRoleProperties 3

The user may modify role-specific properties, which include the individual tasks associated with the roles.

UpdateSchedules 12

The user may modify schedules.

UpdateSystemProperties 5

The user may modify system-level properties.

UpdateSystemSecurityPolicy 8

The user may modify security policies set at the system level.

Applies to