The Role type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Role | Initializes a new instance of the Role class |
Methods
| Name | Description | |
|---|---|---|
| isPredefined |
Is role pre-defined.
|
Fields
| Name | Description | |
|---|---|---|
| DataAdmin |
Manage indicies and user defined functions.
| |
| name |
Role name.
| |
| privileges |
List of assigned privileges.
| |
| Read |
Allow read transactions.
| |
| ReadWrite |
Allow read and write transactions.
| |
| ReadWriteUdf |
Allow read and write transactions within user defined functions.
| |
| SysAdmin |
Manage server configuration.
| |
| UserAdmin |
Manage users their roles.
|
See Also