Enum SqlAlertType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of alert.
public enum SqlAlertType
Fields
NonSqlServerEvent = 3A non SQL Server event alert.
SqlServerEvent = 1A SQL Server event alert.
SqlServerPerformanceCondition = 2A SQL Server performance condition alert.
Unknown = 0The alert type is unknown.
WmiEvent = 4A WMI event alert.