FireDAC.Phys.ADS.TFDADSRestore.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property TFDADSRestoreOptions 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 TFDADSRestore

Description

Specifies the restore options.

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


Value Meaning

roDontOverwrite

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

roMetaOnly

Specify if you only want to restore the data dictionary file.


See Also