ErrorRecords Property (SQL Server Compact)
Contains the SSCEErrors collection for the Microsoft SQL Server Compact 3.5 (SQL Server Compact 3.5) Engine object.
Syntax
object.ErrorRecords
Properties
Part | Description |
---|---|
Object |
The SQL Server Compact 3.5 Engine object |
Prototype
HRESULT get_ErrorRecords(SSCEErrors *pVal);
Remarks
The SSCEErrors 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.
See Also
Reference
SSCEError Object
CompactDatabase Method (SQL Server Compact)
SSCEErrors Collection