FireDAC.Phys.ADS.TFDADSBackupRestore.Include

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Include: TStrings read FInclude write SetInclude;

C++

__property System::Classes::TStrings* Include = {read=FInclude, write=SetInclude};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
FireDAC.Phys.ADS TFDADSBackupRestore

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.

See Also