Share via


SSCEParam Object

SQL Server 2005 Compact Edition (SQL Server Compact Edition) uses SSCEParam objects to report detailed error parameters. SSCEParam objects are members of the SSCEParams collection.

Parameters

The SSCEParam object has one property:

Property Description

Params

The Params property provides a descriptive element of an error.

Remarks

SQL Server Compact Edition creates an SSCEParams collection whenever a Replication, RDA, or Engine object method call fails. There are always six SSCEParam objects in an SSCEParams collection. The first three are integers and the last three are strings.

Some properties of SSCEParam object cannot be used. Unused integer SSCEParam objects contain the value 0, and unused string SSCEParam objects contain an empty string.

Error objects and collections are retained until the next Replication, RDA, or Engine object method is called.

See Also

Reference

SSCEParams Collection

Other Resources

SQL Server Compact Edition Engine Object Programming
SQL Server Compact Edition Remote Data Access Programming
SQL Server Compact Edition Replication Programming

Help and Information

Getting SQL Server Compact Edition Assistance