Énumération ResourceOperation

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public Enumeration ResourceOperation
'Utilisation
Dim instance As ResourceOperation
public enum ResourceOperation
public enum class ResourceOperation
type ResourceOperation
public enum ResourceOperation

Membres

Nom de membre Description
Delete The user may delete a given resource.
ReadProperties The user may read resource properties.
UpdateProperties The user may modify or update resource properties.
ReadContent The user may read the MIME content of a resource.
UpdateContent The user may update or modify the MIME content of a resource.
ReadAuthorizationPolicy The user may read the security policy associated with a resource.
UpdateDeleteAuthorizationPolicy The user may update or delete the security policy associated with a resource.