FireDAC.Phys.FB.TFDFBNRestore.BackupFiles

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property BackupFiles: TStrings read FBackupFiles write SetBackupFile;

C++

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

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