Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AlertType enumeration contains values that are used to specify the type of event or performance condition that causes alerts to be raised.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration AlertType
'Usage
Dim instance As AlertType
public enum AlertType
public enum class AlertType
type AlertType
public enum AlertType
Members
Member name | Description | |
---|---|---|
NonSqlServerEvent | Specifies a system event. | |
SqlServerEvent | Specifies an event such as an error or a message that is generated by the instance of SQL Server. | |
SqlServerPerformanceCondition | Specifies a condition applied to a specified SQL Server performance counter. For example, the number of connections is greater than 10. | |
WmiEvent | Specifies an event that is raised by the Windows Management Instrumentation (WMI) Provider interface. |
Remarks
The AlertType enumeration class is served by the AlertType property.