FireDAC.Phys.FB.TFDFBNBackup.BackupFile
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Phys.FB.pas FireDAC.Phys.FB.hpp
| |
| Unit: FireDAC.Phys.FB | |
| Parent: TFDFBNBackup | |
Delphi
property BackupFile: String read FBackupFile write FBackupFile;
C++
__property System::UnicodeString BackupFile = {read=FBackupFile, write=FBackupFile};
Description
Specifies a backup file.
Use the BackupFile property to specify a backup output file. The path is relative to the DB server host.
Path variables are supported.
Example
FDFBNBackup1.BackupFile := 'e:\temp\addemo.backup';