SQLSeverity Property
この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新しい開発作業では、この機能の使用を避け、現在この機能を使用しているアプリケーションは修正するようにしてください。
The SQLSeverity property identifies a Microsoft SQL Server error message severity level.
構文
object.SQLSeverity [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
A long integer equal to -1 or from 1 through 25
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetSQLSeverity(LPLONG pRetVal);
HRESULT SetSQLSeverity(long NewValue);
説明
Set SQLSeverity to filter for jobs that, as part of processing, generate an error with the specified severity level. Set SQLSeverity to -1 to stop filtering by raised error message severity.