FireDAC.Phys.ASA.TFDASABackup.OutputDir

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OutputDir: String read FOutputDir write FOutputDir;

C++

__property System::UnicodeString OutputDir = {read=FOutputDir, write=FOutputDir};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
FireDAC.Phys.ASA TFDASABackup

Description

Specifies the directory the backup files are copied to.

Use the OutputDir to specify the directory the backup files are copied to.

If the directory does not exist, it is created. However, the parent directory must exist.

It corresponds to target-directory. For more details about the target-directory option, see http://infocenter.sybase.com/help/.

See Also