DatasourceOperation 열거형
Describes the operations that a user can perform on a shared data source.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts
Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
구문
‘선언
Public Enumeration DatasourceOperation
‘사용 방법
Dim instance As DatasourceOperation
public enum DatasourceOperation
public enum class DatasourceOperation
type DatasourceOperation
public enum DatasourceOperation
멤버
멤버 이름 | 설명 | |
---|---|---|
Delete | The user may delete a shared data source. | |
ReadProperties | The user may read properties associated with a shared data source. | |
UpdateProperties | The user may modify the properties associated with a shared data source. | |
ReadContent | The user may read the contents of a shared data source. | |
UpdateContent | The user may modify the contents of a shared data source. | |
ReadAuthorizationPolicy | The user may read the security policies associated with a shared data source. | |
UpdateDeleteAuthorizationPolicy | The user may modify or delete the security policies associated with a shared data source. |