OperationNames Members
Include Protected Members
Include Inherited Members
Contains the field names and corresponding values for operations that users can perform on items in SQL Server Reporting Services.
The OperationNames type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
ExecuteReportDefinition | ||
OperCancelJobs | Specifies the operation "Cancel Jobs". | |
OperCreateAnySubscription | Specifies the operation "Create Any Subscription". | |
OperCreateDatasource | Specifies the operation "Create data source". | |
OperCreateFolder | Specifies the operation "Create Folder". | |
OperCreateLink | Specifies the operation "Create Link". | |
OperCreateModel | ||
OperCreateReport | Specifies the operation "Create Report". | |
OperCreateResource | Specifies the operation "Create Resource". | |
OperCreateRoles | Specifies the operation "Create Roles". | |
OperCreateSchedules | Specifies the operation "Create Schedules". | |
OperCreateSnapshot | Specifies the operation "Create Report History". | |
OperCreateSubscription | Specifies the operation "Create Subscription". | |
OperDelete | Specifies the operation "Delete". | |
OperDeleteAnySubscription | Specifies the operation "Delete Any Subscription". | |
OperDeleteHistory | Specifies the operation "Delete Report History". | |
OperDeleteRoles | Specifies the operation "Delete Roles". | |
OperDeleteSchedules | Specifies the operation "Delete Schedules". | |
OperDeleteSubscription | Specifies the operation "Delete Subscription". | |
OperExecute | Specifies the operation "Execute". | |
OperExecuteAndView | Specifies the operation "Execute and View". | |
OperGenerateEvents | Specifies the operation "Generate Events". | |
OperListHistory | Specifies the operation "List Report History". | |
OperListJobs | Specifies the operation "List Jobs". | |
OperManageSharedSchedules | Specifies the operation "Manage Shared Schedules". | |
OperReadAnySubscription | Specifies the operation "Read Any Subscription". | |
OperReadAuthorizationPolicy | Specifies the operation "Read Security Policies". | |
OperReadContent | Specifies the operation "Read Content". | |
OperReadDatasources | Specifies the operation "Read Data Sources". | |
OperReadModelItemSecurityPolicies | ||
OperReadParameters | Specifies the operation "Read Parameters". | |
OperReadPolicy | Specifies the operation "Read Policy". | |
OperReadProperties | Specifies the operation "Read System Properties". | |
OperReadReportDefinition | Specifies the operation "Read Report Definition". | |
OperReadRoleProperties | Specifies the operation "Read Role Properties". | |
OperReadSchedules | Specifies the operation "Read Schedules". | |
OperReadSubscription | Specifies the operation "Read Subscription". | |
OperReadSystemProperties | ||
OperReadSystemSecurityPolicy | Specifies the operation "Read System Security Policies". | |
OperUpdateAnySubscription | Specifies the operation "Update Any Subscription". | |
OperUpdateContent | Specifies the operation "Update Content". | |
OperUpdateDatasources | Specifies the operation "Update Data Sources". | |
OperUpdateDeleteAuthorizationPolicy | Specifies the operation "Update Security Policies". | |
OperUpdateModelItemSecurityPolicies | ||
OperUpdateParameters | Specifies the operation "Update Parameters". | |
OperUpdatePolicy | Specifies the operation "Update Policy". | |
OperUpdateProperties | Specifies the operation "Update Properties". | |
OperUpdateReportDefinition | Specifies the operation "Update Report Definition". | |
OperUpdateRoleProperties | Specifies the operation "Update Role Properties". | |
OperUpdateSchedules | Specifies the operation "Update Schedules". | |
OperUpdateSubscription | Specifies the operation "Update Subscription". | |
OperUpdateSystemProperties | Specifies the operation "Update System Properties". | |
OperUpdateSystemSecurityPolicy | Specifies the operation "Update System Security Policies." |
Top