The Role type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Role | Initializes a new instance of the Role class |
Fields
Name | Description | |
---|---|---|
![]() ![]() | Read |
Allow read transactions with the database.
|
![]() ![]() | ReadWrite |
Allow read and write transactions with the database.
|
![]() ![]() | SysAdmin |
Manage indicies, user defined functions and server configuration.
|
![]() ![]() | UserAdmin |
Manage users their roles.
|
See Also