DatasourceOperation Enum

Definition

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

Delete 0

The user may delete a shared data source.

ReadAuthorizationPolicy 5

The user may read the security policies associated with a shared data source.

ReadContent 3

The user may read the contents of a shared data source.

ReadProperties 1

The user may read properties associated with a shared data source.

UpdateContent 4

The user may modify the contents of a shared data source.

UpdateDeleteAuthorizationPolicy 6

The user may modify or delete the security policies associated with a shared data source.

UpdateProperties 2

The user may modify the properties associated with a shared data source.

Applies to