Data.Win.ADODB.TADOCommand.CommandTimeout

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

Delphi

property CommandTimeout: Integer read GetCommandTimeOut write SetCommandTimeOut default 30;

C++

__property int CommandTimeout = {read=GetCommandTimeOut, write=SetCommandTimeOut, default=30};

プロパティ

種類 可視性 ソース ユニット
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADOCommand

説明

コマンドの実行を試行する時間を指定します。

CommandTimeout プロパティを使用すると,コマンド実行の試行が失敗と判断されるまでの時間(秒単位)を指定できます。デフォルトでは,CommandTimeout プロパティの値は 30 です。

コマンドが指定期限の秒数までに成功すると,CommandTimeout の影響はありません。

関連項目