Severity Property
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.
The Severity property identifies a Microsoft SQL Server error message severity level to a SQL Server Agent alert.
구문
object
.Severity [= value]
Parts
- object
An expression that evaluates to an object in the Applies To list.
- value
A long integer that specifies a SQL Server error message severity level. A number from 1 through 25 is a valid severity level.
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetSeverity(LPLONG pRetVal)
HRESULT SetSeverity(long NewValue)
주의
A SQL Server Agent alert is raised when a SQL Server process raises a specific error or an error of a specific severity level. Setting the Severity property of an Alert object associates an alert with a specific SQL Server error message severity level.
Setting both the Severity and MessageID properties of an Alert object attempts to associate an alert with both an error message severity level and an error message, which results in an error.