ユーザーがカタログに対して実行できる操作を記述します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
構文
'宣言
Public Enumeration CatalogOperation
'使用
Dim instance As CatalogOperation
public enum CatalogOperation
public enum class CatalogOperation
type CatalogOperation
public enum CatalogOperation
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| CancelJobs | ユーザーは、実行中のジョブをキャンセルできます。 | |
| CreateRoles | ユーザーは、ロールを作成できます。 | |
| CreateSchedules | ユーザーは、スケジュールを作成できます。 | |
| DeleteRoles | ユーザーは、ロールを削除できます。 | |
| DeleteSchedules | ユーザーは、スケジュールを削除できます。 | |
| ExecuteReportDefinition | ユーザーは、レポート サーバー内でレポート定義を実行できます。 | |
| GenerateEvents | ユーザーは、レポート サーバー内でイベントを生成できます。 | |
| ListJobs | ユーザーは、実行中のジョブの一覧を取得できます。 | |
| ReadRoleProperties | ユーザーは、ロールに関連付けられた個々のタスクを含む、ロール固有のプロパティを読み取ることができます。 | |
| ReadSchedules | ユーザーは、スケジュールを読み取ることができます。 | |
| ReadSystemProperties | ユーザーは、システムのプロパティを読み取ることができます。 | |
| ReadSystemSecurityPolicy | ユーザーは、システム レベルで設定されたセキュリティ ポリシーを読み取ることができます。 | |
| UpdateRoleProperties | ユーザーは、ロールに関連付けられた個々のタスクを含む、ロール固有のプロパティを変更できます。 | |
| UpdateSchedules | ユーザーは、スケジュールを変更できます。 | |
| UpdateSystemProperties | ユーザーは、システム レベルのプロパティを変更できます。 | |
| UpdateSystemSecurityPolicy | ユーザーは、システム レベルで設定されたセキュリティ ポリシーを変更できます。 |