ReadWriteMode Enumeration
Applies To: SQL Server (starting with 2016)
An enumeration that describes the read/write state of the database.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| ReadOnly | The state of the database is read-only. | |
| ReadOnlyExclusive | An exclusive read only mode. | |
| ReadWrite | The state of the database is read/write enabled. |
Show: