The ErrorRecords property contains the SSCEErrors collection for the SQL Server Compact 3.5 Replication object.

object.ErrorRecords [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    The SSCEErrors collection that contains the SSCEError objects

Data Type

SSCEErrors

Modifiable

Read-only

Prototype

HRESULT get_ErrorRecords(SSCEErrors *pVal);

The SSCEErrors collection is loaded when a Replication object method call fails. The error records in the collection remain available until the next Replication object method is called.

Reference

Replication Object Properties

SSCEError Object