Énumération CatalogOperation

Describes the operations that a user can perform on the catalog.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public Enumeration CatalogOperation
'Utilisation
Dim instance As CatalogOperation
public enum CatalogOperation
public enum class CatalogOperation
type CatalogOperation
public enum CatalogOperation

Membres

Nom de membre Description
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.