Condividi tramite


ResourceOperation Enumeration

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

Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly : Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Sintassi

'Dichiarazione
Public Enumeration ResourceOperation
public enum ResourceOperation
public enum class ResourceOperation
public enum ResourceOperation
public enum ResourceOperation

Members

Member name Description
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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.ReportingServices.Interfaces Namespace