FireDAC.Phys.ADS.TFDADSRestore.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: TFDADSRestore

Delphi

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

C++

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

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