DatasourceOperation Enumeration

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

命名空间: Microsoft.ReportingServices.Interfaces
程序集: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

语法

声明
Public Enumeration DatasourceOperation
public enum DatasourceOperation
public enum class DatasourceOperation
public enum DatasourceOperation
public enum DatasourceOperation

Members

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

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.ReportingServices.Interfaces Namespace