Share via


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

object.ErrorRecords

Properties

Part

Description

Object

The SQL Server Compact 3.5 Engine object

Prototype

HRESULT get_ErrorRecords(SSCEErrors *pVal);

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

Data Type

SSCEErrors

Modifiable

Read-only.

Reference

SSCEError Object

CompactDatabase Method (SQL Server Compact)

SSCEErrors Collection