ErrorNumberString Property
The ErrorNumberString property returns or sets a string representation of the error number.
Applies To
Syntax
object.ErrorNumberString [= string]
Part | Description |
---|---|
object | Expression that evaluates to a SQLReplError object. |
string | String representation of the error number. |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT ErrorNumberString(BSTR pVal);
HRESULT ErrorNumberString(BSTR* pVal);