FireDAC.Phys.FB.TFDFBNBackup.Database

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Database: String read FDatabase write FDatabase;

C++

__property System::UnicodeString Database = {read=FDatabase, write=FDatabase};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
FireDAC.Phys.FB TFDFBNBackup

Description

Specifies a backup file.

Use the Database property to specify the path of the database primary file to back up. The path is relative to a DB server.

Path variables are supported.

See Also