SourceType Property

Replication Programming

Replication Programming

SourceType Property

The SourceType property specifies the type of the source of the error information.

Applies To

SQLReplError Object

Syntax

object.SourceType [= value]

Part Description
object Expression that evaluates to a SQLReplError object.
value Value from the ERRORSOURCE_TYPE enumeration.
Data Type

ERRORSOURCE_TYPE

Modifiable

Read/write

Prototype (C/C++)

HRESULT SourceType(ERRORSOURCE_TYPE pVal);

HRESULT SourceType(ERRORSOURCE_TYPE* pVal);

See Also

Description Property

ErrorNumber Property

ErrorNumberString Property

Source Property