Source Property

Replication Programming

Replication Programming

Source Property

The Source property returns or sets the name of the source where the error occurred.

Applies To

SQLReplError Object

Syntax

object.Source [= pVal]

Part Description
object Expression that evaluates to a SQLReplError object.
pVal Name of the source where the error occurred.
Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT Source(BSTR pVal);

HRESULT Source(BSTR* pVal);

See Also

Description Property

ErrorNumber Property

ErrorNumberString Property

SourceType Property