FireDAC.Phys.ADS.TFDADSRestoreOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDADSRestoreOptions = set of (roDontOverwrite, roMetaOnly);

C++

typedef System::Set<Firedac_Phys_Ads__6, Firedac_Phys_Ads__6::roDontOverwrite, Firedac_Phys_Ads__6::roMetaOnly> TFDADSRestoreOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
FireDAC.Phys.ADS FireDAC.Phys.ADS

Description

Specifies the type of the restore options.

TFDADSRestoreOptions can have one of the following values:

Value Meaning

roDontOverwrite

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

roMetaOnly

Use it if you only want to restore the data dictionary file.

See Also