FireDAC.Phys.IBBase.TFDIBBackup.Verbose
Delphi
property Verbose: Boolean read FVerbose write FVerbose default False;
C++
__property bool Verbose = {read=FVerbose, write=FVerbose, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp |
FireDAC.Phys.IBBase | TFDIBBackup |
Description
Controls the DB Service Manager feedback.
Use the Verbose property to control the DB Service Manager output.
When Verbose is True, TFDIBBackup fires the OnProgress event and submits a backup task status. The default value is False.
Verbose corresponds to gbak -verbose.