Enum SqlDatabaseQueryStoreOperationMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The query store operation mode for a SQL database.
public enum SqlDatabaseQueryStoreOperationMode
Fields
Off = 1
The operation mode is off.
ReadOnly = 2
The operation mode is read only.
ReadWrite = 3
The operation mode is read write.
Unknown = 0
The operation mode is unknown.