Enum SqlDatabaseQueryStoreCaptureMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The capture mode for the query store of a SQL database.
public enum SqlDatabaseQueryStoreCaptureMode
Fields
All = 1
The capture mode is all.
Auto = 2
The capture mode is auto.
Custom = 4
The capture mode is custom.
None = 3
The capture mode is none.
Unknown = 0
The capture mode is unknown.