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. |