ReadWriteMode Enum

Definition

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.

Applies to