ErrorRecords Property (Replication)
The ErrorRecords property contains the SSCEErrors collection for the SQL Server Compact 3.5 (SQL Server Compact 3.5) Replication object.
Syntax
object.ErrorRecords [= value]
Parameters
- value
The SSCEErrors collection that contains the SSCEError objects
Applies To
SQL Server Compact 3.5 Replication object
Data Type
SSCEErrors
Modifiable
Read-only
Prototype
HRESULT get_ErrorRecords(SSCEErrors *pVal);
Remarks
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.
See Also
Reference
Replication Object Properties
SSCEError Object