ErrorRecords Property (SQL Server Compact)

Contains the SSCEErrors collection for the Microsoft SQL Server Compact 4.0 Engine object.

Syntax

object.ErrorRecords

Properties

Part

Description

Object

The SQL Server Compact 4.0 Engine object

Prototype

HRESULT get_ErrorRecords(SSCEErrors *pVal);

Remarks

TheSSCEErrors collection is loaded when a SQL Server Compact 4.0 Engine object method call fails. The error records in the collection remain available until the next SQL Server Compact 4.0 Engine object method is called. 

Data Type

SSCEErrors

Modifiable

Read-only.

See Also

Reference

SSCEError Object

CompactDatabase Method (SQL Server Compact)

SSCEErrors Collection