Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The ErrorNumber property returns the numeric code that identifies the error.
Sintaxis
object.ErrorNumber [= pVal]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLReplError object. |
pVal |
Error number. |
Applies To
SQLReplError Object (Replication ActiveX)
Notas
The error number is the value assigned by the error source.
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT ErrorNumber(long pVal);
HRESULT ErrorNumber(long* pVal);
Vea también
Referencia
Description Property (Replication ActiveX)
ErrorNumberString Property (Replication ActiveX)
Source Property (Replication ActiveX)
SourceType Property (Replication ActiveX)