SQLMessageID 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 SQLMessageID property identifies a Microsoft SQL Server error message by message number.
Sintaxis
object.SQLMessageID [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
A long integer that identifies a SQL Server error message
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetSQLMessageID(LPLONG pRetVal);
HRESULT SetSQLMessageID(long NewValue);
Notas
Set SQLMessageID to filter for jobs that, as part of processing, generate the error number specified. Set SQLMessageID to -1 to stop filtering by error message raised.