FireDAC.Phys.ADS.TFDADSRestore.Options
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Phys.ADS.pas FireDAC.Phys.ADS.hpp
| |
| Unit: FireDAC.Phys.ADS | |
| Parent: TFDADSRestore | |
Delphi
property Options: TFDADSRestoreOptions read FOptions write FOptions default [];
C++
__property TFDADSRestoreOptions Options = {read=FOptions, write=FOptions, default=0};
Description
Specifies the restore options.
Use the Options property to specify additional options controlling the restore task. The default value is an empty set.
| Value | Meaning |
|---|---|
|
|
Specify if you do not want to overwrite the existing tables. Instead, a warning will be logged to Results. |
|
|
Specify if you only want to restore the data dictionary file. |