SQLMessageID Property
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The SQLMessageID property identifies a Microsoft SQL Server error message by message number.
Sintaxe
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);
Comentários
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.