ErrorRecords Property (Replication)
The ErrorRecords property contains the SSCEErrors collection for the SQL Server 2005 Compact Edition (SQL Server Compact Edition) Replication object.
Syntax
object.ErrorRecords [= value]
Parameters
- value
The SSCEErrors collection that contains the SSCEError objects
Applies To
SQL Server Compact Edition 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