FireDAC.Phys.ADS.TFDADSRestore.SourcePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourcePath: String read FSourcePath write FSourcePath;

C++

__property System::UnicodeString SourcePath = {read=FSourcePath, write=FSourcePath};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
FireDAC.Phys.ADS TFDADSRestore

Description

Specify the path to the existing backup image.

Use the SourcePath to specify the path to the existing backup image, including the name of the .add file.

An example of a SourcePath would be \\myserver\myshare\mybackupdir\mydd.add.

The path can be of any type. For example, in Microsoft Windows this path can be UNC (\\myserver\myshare\mydir) or a local drive letter ( c:\mydir ).

If you are using drive letters, please note that the drive letter must be recognized by the server machine and that any drives mapped on the client executing the restore command are irrelevant.

If you are using a drive letter for the source path, the drive must be a "local" drive; it cannot be a mapped drive.

See Also