Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes the operations that a user can perform on a resource.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Enumeration ResourceOperation
'Usage
Dim instance As ResourceOperation
public enum ResourceOperation
public enum class ResourceOperation
type ResourceOperation
public enum ResourceOperation
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |