FireDAC.Phys.IBBase.TFDIBRestore.Verbose

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

Delphi

property Verbose: Boolean read FVerbose write FVerbose default False;

C++

__property bool Verbose = {read=FVerbose, write=FVerbose, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBRestore


説明

DB Service Manager のフィードバックを制御します。

Verbose プロパティを使用すると、DB Service Manager の出力を制御することができます。

VerboseTrue の場合、TFDIBRestore は、OnProgress イベントを発生させ、復元タスクのステータスを送信します。 デフォルト値は False です。

Verbose は、gbak -verbose に相当します。

関連項目