This topic has not yet been rated - Rate this topic

DatasourceOperation Enumeration

Describes the operations that a user can perform on a shared data source.

Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
public enum DatasourceOperation
public enum DatasourceOperation
public enum DatasourceOperation
Member nameDescription
DeleteThe user may delete a shared data source.
ReadAuthorizationPolicyThe user may read the security policies associated with a shared data source.
ReadContentThe user may read the contents of a shared data source.
ReadPropertiesThe user may read properties associated with a shared data source.
UpdateContentThe user may modify the contents of a shared data source.
UpdateDeleteAuthorizationPolicyThe user may modify or delete the security policies associated with a shared data source.
UpdatePropertiesThe user may modify the properties associated with a shared data source.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.