FireDAC.Stan.Error.EFDDBEngineException.ErrorCode

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ErrorCode: Integer read GetErrorCode;

C++

__property int ErrorCode = {read=GetErrorCode, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error EFDDBEngineException

説明

DBMS 固有エラー コードを返します。

ErrorCode プロパティを使用すると、DBMS 固有のエラー コードを読み込むことができます。

このプロパティは、Errors コレクションにおける最初の項目の、ErrorCode プロパティの値を返します。

関連項目