FireDAC.Phys.ADS.TFDADSBackup.BackupPath
Delphi
property BackupPath: String read FBackupPath write FBackupPath;
C++
__property System::UnicodeString BackupPath = {read=FBackupPath, write=FBackupPath};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Phys.ADS.pas FireDAC.Phys.ADS.hpp |
FireDAC.Phys.ADS | TFDADSBackup |
Description
Specifies the path to place the backup image in.
This path can be any form recognized by the server operating system. For example, in Microsoft Windows this path can be UNC ( \\myserver\myshare\mydir
) or a local drive letter ( c:\mydir
).
Please note that the drive letter must be recognized by the server machine and that any drives mapped on the client that executes the backup command are irrelevant. Mapped network drive letters are not supported, and they should not be used.