FireDAC.Phys.ADS.TFDADSBackup.Options

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
Unit: FireDAC.Phys.ADS
Parent: TFDADSBackup

Delphi

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

C++

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

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