SQLSeverity Property
Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
The SQLSeverity property identifies a Microsoft SQL Server error message severity level.
Sintaxis
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);
Notas
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.