ErrorRecords Property (Replication)

The ErrorRecords property specifies the instance of the SQLReplErrors collection maintained by the replication control.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.ErrorRecords

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

ErrorRecords is loaded when a replication control method fails.  The error records in the collection are available until the next replication control method is called.

Data Type

SQLReplErrors

Modifyable

Read-only

Prototype C/C++

HRESULT get_ErrorRecords(SQLReplErrors *pVal);

See Also
SQLReplError Object  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.