FireDAC.Phys.ASA.TFDASABackup.HotlogFilename

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotlogFilename: String read FHotlogFilename write FHotlogFilename;

C++

__property System::UnicodeString HotlogFilename = {read=FHotlogFilename, write=FHotlogFilename};

Properties

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

Description

Specifies the file name for the live backup file.

Use the HotlogFilename property to specify the file name for the live backup file. It corresponds to -l filename. For more details about the -l filename option, see http://infocenter.sybase.com/help/.

See Also