CatalogOperation 열거형
Describes the operations that a user can perform on the catalog.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts
구문
‘선언
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. |