ErrorNumberString Property

Replication Programming

Replication Programming

ErrorNumberString Property

The ErrorNumberString property returns or sets a string representation of the error number.

Applies To

SQLReplError Object

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);

See Also

Description Property

ErrorNumber Property

Source Property

SourceType Property