Table of Contents

Enum SqlAlertType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type of alert.

public enum SqlAlertType

Fields

NonSqlServerEvent = 3

A non SQL Server event alert.

SqlServerEvent = 1

A SQL Server event alert.

SqlServerPerformanceCondition = 2

A SQL Server performance condition alert.

Unknown = 0

The alert type is unknown.

WmiEvent = 4

A WMI event alert.