SQLMessageID Property
Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa caratteristica in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The SQLMessageID property identifies a Microsoft SQL Server error message by message number.
Sintassi
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);
Osservazioni
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.