FireDAC.Phys.ADS.TFDADSBackupRestore.Exclude

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Exclude: TStrings read FExclude write SetExclude;

C++

__property System::Classes::TStrings* Exclude = {read=FExclude, write=SetExclude};

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 exclude from the backup or restore.

Use the Exclude property to specify a list of tables to exclude from the backup or restore. The tables in this list will not 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 file name and the file extension.

See Also