Share via


AlertType 열거형

The AlertType enumeration contains values that are used to specify the type of event or performance condition that causes alerts to be raised.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public Enumeration AlertType
‘사용 방법
Dim instance As AlertType
public enum AlertType
public enum class AlertType
type AlertType
public enum AlertType

멤버

멤버 이름 설명
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.
NonSqlServerEvent Specifies a system event.
WmiEvent Specifies an event that is raised by the Windows Management Instrumentation (WMI) Provider interface. This option is available in SQL Server 2005 and SQL Server 2008.

주의

The AlertType enumeration class is served by the AlertType property.