FireDAC.Phys.IB.TFDIBSDump.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.IB.pas
FireDAC.Phys.IB.hpp
FireDAC.Phys.IB TFDIBSDump

Description

Specifies a database file to backup.

Use the Database property to specify the path for the primary file of the database you want to backup. The path is relative to the DB server.

The path variables are supported.

See Also