次の方法で共有


FolderOperation 列挙体

ユーザーがフォルダーに対して実行できる操作を記述します。

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

構文

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

メンバー

メンバー名 説明
CreateDatasource ユーザーは、指定したフォルダーに共有データ ソースを作成できます。
CreateFolder ユーザーは、指定したフォルダーにサブフォルダーを追加できます。
CreateModel ユーザーは、指定したフォルダーにモデルを作成できます。
CreateReport ユーザーは、指定したフォルダーにレポートを作成できます。
CreateResource ユーザーは、指定したフォルダーにリソースを作成できます。
Delete ユーザーは、指定したフォルダーを削除できます。ユーザーがすべてのアイテムに対して削除権限を持っている場合は、フォルダーの内容を削除できます。
ReadAuthorizationPolicy ユーザーは、フォルダーに関連付けられたセキュリティ ポリシーを読み取ることができます。
ReadProperties ユーザーは、拡張フォルダーのプロパティを読み取ることができます。
UpdateDeleteAuthorizationPolicy ユーザーは、フォルダーに関連付けられたセキュリティ ポリシーを更新または削除できます。
UpdateProperties ユーザーは、拡張フォルダーのプロパティを更新または変更できます。

関連項目

参照

Microsoft.ReportingServices.Interfaces 名前空間