ResourceOperation 枚举

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

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
Public Enumeration ResourceOperation
用法
Dim instance As ResourceOperation
public enum ResourceOperation
public enum class ResourceOperation
type ResourceOperation
public enum ResourceOperation

成员

成员名称 说明
Delete The user may delete a given resource.
ReadAuthorizationPolicy The user may read the security policy associated with a resource.
ReadContent The user may read the MIME content of a resource.
ReadProperties The user may read resource properties.
UpdateContent The user may update or modify the MIME content of a resource.
UpdateDeleteAuthorizationPolicy The user may update or delete the security policy associated with a resource.
UpdateProperties The user may modify or update resource properties.

请参阅

参考

Microsoft.ReportingServices.Interfaces 命名空间