SQLSeverity Property
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The SQLSeverity property identifies a Microsoft SQL Server error message severity level.
Syntaxe
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);
Notes
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.