ReadWriteMode 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.
An enumeration that describes the read/write state of the database.
public enum ReadWriteMode
type ReadWriteMode =
Public Enum ReadWriteMode
- Inheritance
-
ReadWriteMode
Fields
ReadOnly | 1 | The state of the database is read-only. |
ReadOnlyExclusive | 2 | An exclusive read only mode. |
ReadWrite | 0 | The state of the database is read/write enabled. |