ErrorRecords Property (SQL Server Compact Edition)
Contains the SSCEErrors collection for the Microsoft SQL Server 2005 Compact Edition (SQL Server Compact Edition) Engine object.
Syntax
object.ErrorRecords
Properties
Part | Description |
---|---|
Object |
The SQL Server Compact Edition Engine object |
Remarks
The SSCEErrors collection is loaded when a SQL Server Compact Edition Engine object method call fails. The error records in the collection remain available until the next SQL Server Compact Edition Engine object method is called.
Data Type
SSCEErrors
Modifiable
Read-only.
See Also
Reference
SSCEError Object
CompactDatabase Method (SQL Server Compact Edition)
SSCEErrors Collection