إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
The Number property provides the OLE DB HRESULT error number reported by the error source.
Syntax
object.Number [=value]
Parameters
| Parameter | Description |
|---|---|
value |
The OLE DB HRESULT error number of the error. |
Applies To
SSCEError Object
Data Type
Long
Modifiable
Read-only
Prototype
HRESULT get_Number(long *pVal);
Remarks
HRESULTS returned by the Number property are non-native errors. For more information about HRESULT values, search the Microsoft MSDN Library.
See Also
Other Resources
Error Control Objects and Collections (SQL Server Compact Edition)