SqlCeError.HResult 属性
返回标识错误类型的 HRESULT 值。
命名空间: System.Data.SqlServerCe
程序集: System.Data.SqlServerCe(在 system.data.sqlserverce.dll 中)
语法
声明
Public ReadOnly Property HResult As Integer
用法
Dim instance As SqlCeError
Dim value As Integer
value = instance.HResult
public int HResult { get; }
public:
property int HResult {
int get ();
}
/** @property */
public int get_HResult ()
public function get HResult () : int
不适用。
属性值
标识错误类型的 HR 数。
备注
SQL Server Compact Edition Books Online(《SQL Server Compact Edition 联机丛书》)中没有介绍 HResult 属性返回的特定 HRESULT,因为这些错误不是 SQL Server Compact Edition 固有的。若要查找有关特定 HRESULT 值的信息,请参见 Microsoft Visual Studio .NET 中包含的 Winerror.h 和 Wininet.h。有关 HRESULT 值的更多信息,请在 MSDN® Library 或 Microsoft 知识库中搜索。
平台
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
Windows Vista、Microsoft Windows XP SP2 和 Windows Server 2003 SP1 支持 Microsoft .NET Framework 3.0。
版本信息
.NET Framework
受以下版本支持:3.0
.NET Compact Framework
受以下版本支持:2.0、1.0