DatasourceOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the operations that a user can perform on a shared data source.
public enum class DatasourceOperation
public enum DatasourceOperation
type DatasourceOperation =
Public Enum DatasourceOperation
- Inheritance
-
DatasourceOperation
Fields
Name | Value | Description |
---|---|---|
Delete | 0 | The user may delete a shared data source. |
ReadProperties | 1 | The user may read properties associated with a shared data source. |
UpdateProperties | 2 | The user may modify the properties associated with a shared data source. |
ReadContent | 3 | The user may read the contents of a shared data source. |
UpdateContent | 4 | The user may modify the contents of a shared data source. |
ReadAuthorizationPolicy | 5 | The user may read the security policies associated with a shared data source. |
UpdateDeleteAuthorizationPolicy | 6 | The user may modify or delete the security policies associated with a shared data source. |