FireDAC.Phys.ASA.TFDASABackup.HotlogFilename

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
Unit: FireDAC.Phys.ASA
Parent: TFDASABackup

Delphi

property HotlogFilename: String read FHotlogFilename write FHotlogFilename;

C++

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

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