다음을 통해 공유


CatalogOperation Enumeration

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

네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

구문

‘선언
Public Enumeration CatalogOperation
public enum CatalogOperation
public enum class CatalogOperation
public enum CatalogOperation
public enum CatalogOperation

Members

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

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.ReportingServices.Interfaces Namespace