The ErrorNumberString property returns or sets a string representation of the error number.
object.ErrorNumberString [= string]
Part | Description |
---|---|
object | Expression that evaluates to a SQLReplError object. |
string | String representation of the error number. |
String
Read/write
HRESULT ErrorNumberString(BSTR pVal);
HRESULT ErrorNumberString(BSTR* pVal);