Source Property (SQL Server Compact Edition)
The Source property names the source of the native error.
Syntax
object.Source [=value]
Parameters
Parameter | Description |
---|---|
value |
The name of the object or application where the error occurred. |
Applies To
SSCEError Object
Data Type
String
Modifiable
Read-only
Prototype
HRESULT get_Source(BSTR *pVal);
Remarks
The Source property is a string expression providing the name of the object or application that originally generated the native error. The value of this property is defined by the provider.
See Also
Reference
Other Resources
Error Control Objects and Collections (SQL Server Compact Edition)