FireDAC.Phys.IBBase.TFDIBBackup.ParallelWorkers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParallelWorkers: Integer read FParallelWorkers write FParallelWorkers default 0;

C++

__property int ParallelWorkers = {read=FParallelWorkers, write=FParallelWorkers, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBBackup

Description

Specifies the number of parallel worker threads that FireDAC will request the InterBase server to use during a database backup operation.

Support for parallel operation in TFDFBBackup for Firebird 5.0+.

See Also