次の方法で共有


CatalogOperation 列挙体

ユーザーがカタログに対して実行できる操作を記述します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

構文

'宣言
Public Enumeration CatalogOperation
'使用
Dim instance As CatalogOperation
public enum CatalogOperation
public enum class CatalogOperation
type CatalogOperation
public enum CatalogOperation

メンバー

メンバー名 説明
CreateRoles ユーザーは、ロールを作成できます。
DeleteRoles ユーザーは、ロールを削除できます。
ReadRoleProperties ユーザーは、ロールに関連付けられた個々のタスクを含む、ロール固有のプロパティを読み取ることができます。
UpdateRoleProperties ユーザーは、ロールに関連付けられた個々のタスクを含む、ロール固有のプロパティを変更できます。
ReadSystemProperties ユーザーは、システムのプロパティを読み取ることができます。
UpdateSystemProperties ユーザーは、システム レベルのプロパティを変更できます。
GenerateEvents ユーザーは、レポート サーバー内でイベントを生成できます。
ReadSystemSecurityPolicy ユーザーは、システム レベルで設定されたセキュリティ ポリシーを読み取ることができます。
UpdateSystemSecurityPolicy ユーザーは、システム レベルで設定されたセキュリティ ポリシーを変更できます。
CreateSchedules ユーザーは、スケジュールを作成できます。
DeleteSchedules ユーザーは、スケジュールを削除できます。
ReadSchedules ユーザーは、スケジュールを読み取ることができます。
UpdateSchedules ユーザーは、スケジュールを変更できます。
ListJobs ユーザーは、実行中のジョブの一覧を取得できます。
CancelJobs ユーザーは、実行中のジョブをキャンセルできます。
ExecuteReportDefinition ユーザーは、レポート サーバー内でレポート定義を実行できます。