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