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.

Applies To:

Alert Object

请参阅

参考

MessageID Property

帮助和信息

获取 SQL Server 2005 帮助