Source Property (SQL Server Compact)
The Source property names the source of the native error.
Syntax
object.Source [=value]
Applies To
SSCEError Object
Data Type
String
Modifiable
Read-only
Prototype
HRESULT get_Source(BSTR *pVal);
Parameters
Parameter |
Description |
---|---|
value |
The name of the object or application where the error occurred. |
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.