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 shared data source.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Enumeration DatasourceOperation
'Usage
Dim instance As DatasourceOperation
public enum DatasourceOperation
public enum class DatasourceOperation
type DatasourceOperation
public enum DatasourceOperation
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Delete | The user may delete a shared data source. | |
| ReadAuthorizationPolicy | The user may read the security policies associated with a shared data source. | |
| ReadContent | The user may read the contents of a shared data source. | |
| ReadProperties | The user may read properties associated with a shared data source. | |
| UpdateContent | The user may modify the contents of a shared data source. | |
| UpdateDeleteAuthorizationPolicy | The user may modify or delete the security policies associated with a shared data source. | |
| UpdateProperties | The user may modify the properties associated with a shared data source. |