次の方法で共有


OleDbInfoMessageEventArgs.ErrorCode プロパティ

データベースの ANSI SQL 標準に従って、HRESULT を取得します。

Public ReadOnly Property ErrorCode As Integer
[C#]
public int ErrorCode {get;}
[C++]
public: __property int get_ErrorCode();
[JScript]
public function get ErrorCode() : int;

プロパティ値

HRESULT。エラーが複数の場所から発行される可能性がある場合に、エラーのソースを示します。

解説

これは Errors コレクション内の最初の OleDbErrorSQLState プロパティのラッパーです。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

OleDbInfoMessageEventArgs クラス | OleDbInfoMessageEventArgs メンバ | System.Data.OleDb 名前空間