FireDAC.Phys.ADS.TFDADSBackup.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TFDADSBackupOptions read FOptions write FOptions default [];

C++

__property TFDADSBackupOptions Options = {read=FOptions, write=FOptions, default=0};

Properties

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

Description

Specifies the backup options.

Use the Options property to specify additional options controlling the backup task. The default value is an empty set.


Value Meaning

boDontOverwrite

Specify if you do not want the backup operation to overwrite the existing tables. Instead, a warning will be logged to Results.

boMetaOnly

Specify if you only want to back up the data dictionary file.

boPrepareDiff

Specify if you want to initialize a differential backup.

boDiff

Specify if you want to perform a differential backup on a database that you have previously initialized using boPrepareDiff.


See Also