ErrorRecords Property (Replication ActiveX)

The ErrorRecords property returns a reference to the SQLReplErrors Collection (Replication ActiveX) collection maintained by the replication control.

Syntax

object.ErrorRecords

Parameters

Part Description

object

Expression that evaluates to an object in the Applies To list.

Applies To

SQLDistribution Object (Replication ActiveX)

SQLMerge Object (Replication ActiveX)

Remarks

The SQLReplErrors Collection (Replication ActiveX) collection is loaded when a control method fails. The error records in the collection are available until the next replication control method is called.

Data Type

SQLReplErrors Collection (Replication ActiveX)

Modifiable

Read-only

Prototype C/C++

HRESULT ErrorRecords(ISQLReplErrors** pVal);