共用方式為


FolderOperation Enumeration

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

命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

語法

'宣告
Public Enumeration FolderOperation
public enum FolderOperation
public enum class FolderOperation
public enum FolderOperation
public enum FolderOperation

Members

Member name Description
CreateDatasource The user may create a shared data source in the specified folder.
CreateFolder The user may add a subfolder to the specified folder.
CreateModel The user may create a model in the specified folder.
CreateReport The user may create a report in the specified folder.
CreateResource The user may create a resource in the specified folder.
Delete The user may delete the specified folder. The user may delete the contents of the folder if the user has delete permissions on all items.
ReadAuthorizationPolicy The user may read the security policies associated with the folder.
ReadProperties The user may read the extended folder properties.
UpdateDeleteAuthorizationPolicy The user may update or delete the security policy associated with the folder.
UpdateProperties The user may update or modify extended folder properties.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.ReportingServices.Interfaces Namespace