Enum SqlAuditLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The SQL server audit level.
public enum SqlAuditLevel
Fields
All = 4
The audit level is both failed and successful logins.
Failure = 3
The audit level is failed logins only.
None = 1
The audit level is none.
Success = 2
The audit level is successful logins only.
Unknown = 0
The audit level is unknown.