FireDAC.Phys.IBBase.TFDIBBackup.Verbose
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: TFDIBBackup | |
Delphi
property Verbose: Boolean read FVerbose write FVerbose default False;
C++
__property bool Verbose = {read=FVerbose, write=FVerbose, default=0};
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.