FireDAC.Phys.ADS.TFDADSBackupRestore.Include
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Phys.ADS.pas FireDAC.Phys.ADS.hpp
| |
| Unit: FireDAC.Phys.ADS | |
| Parent: TFDADSBackupRestore | |
Delphi
property Include: TStrings read FInclude write SetInclude;
C++
__property System::Classes::TStrings* Include = {read=FInclude, write=SetInclude};
Description
Specifies the tables to include in the backup or restore.
Use the Include property to specify a list of tables to include in the backup or restore. Only the tables in this list will be processed. Each table name must be located on a single line.
When backing up or restoring a data dictionary, use the table object names. When backing up or restoring free tables, use the base filename and the file extension.