Перечисление CatalogOperation
Describes the operations that a user can perform on the catalog.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Синтаксис
'Декларация
Public Enumeration CatalogOperation
'Применение
Dim instance As CatalogOperation
public enum CatalogOperation
public enum class CatalogOperation
type CatalogOperation
public enum CatalogOperation
Элементы
Имя элемента | Описание | |
---|---|---|
CreateRoles | The user may create roles. | |
DeleteRoles | The user may delete roles. | |
ReadRoleProperties | The user may read role-specific properties which include the individual tasks associated with the roles. | |
UpdateRoleProperties | The user may modify role-specific properties, which include the individual tasks associated with the roles. | |
ReadSystemProperties | The user may read system properties. | |
UpdateSystemProperties | The user may modify system-level properties. | |
GenerateEvents | The user may generate events within the report server. | |
ReadSystemSecurityPolicy | The user may read security policies set at the system level. | |
UpdateSystemSecurityPolicy | The user may modify security policies set at the system level. | |
CreateSchedules | The user may create schedules. | |
DeleteSchedules | The user may delete schedules. | |
ReadSchedules | The user may read schedules. | |
UpdateSchedules | The user may modify schedules. | |
ListJobs | The user may retrieve a list of running jobs. | |
CancelJobs | The user may cancel running jobs. | |
ExecuteReportDefinition | The user may execute report definitions within the report server. |