Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Describes the operations that a user can perform on the catalog.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.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 | |
|---|---|---|
| CancelJobs | The user may cancel running jobs. | |
| CreateRoles | The user may create roles. | |
| CreateSchedules | The user may create schedules. | |
| DeleteRoles | The user may delete roles. | |
| DeleteSchedules | The user may delete schedules. | |
| ExecuteReportDefinition | The user may execute report definitions within the report server. | |
| GenerateEvents | The user may generate events within the report server. | |
| ListJobs | The user may retrieve a list of running jobs. | |
| ReadRoleProperties | The user may read role-specific properties which include the individual tasks associated with the roles. | |
| ReadSchedules | The user may read schedules. | |
| ReadSystemProperties | The user may read system properties. | |
| ReadSystemSecurityPolicy | The user may read security policies set at the system level. | |
| UpdateRoleProperties | The user may modify role-specific properties, which include the individual tasks associated with the roles. | |
| UpdateSchedules | The user may modify schedules. | |
| UpdateSystemProperties | The user may modify system-level properties. | |
| UpdateSystemSecurityPolicy | The user may modify security policies set at the system level. |