FireDAC.Phys.FB.TFDFBNRestore.BackupFiles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackupFiles: TStrings read FBackupFiles write SetBackupFile;

C++

__property System::Classes::TStrings* BackupFiles = {read=FBackupFiles, write=SetBackupFile};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
FireDAC.Phys.FB TFDFBNRestore

Description

Specifies the backup files.

Use the BackupFiles property to specify one or more backup input files.

The paths are relative to the DB server host. When several files are specified, each file must be specified on a separate line.

Path variables are supported.

See Also