FireDAC.Phys.ASA.TFDASABackup.Flags
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Phys.ASA.pas FireDAC.Phys.ASA.hpp
| |
| Unit: FireDAC.Phys.ASA | |
| Parent: TFDASABackup | |
Delphi
property Flags: TASABackupFlags read FFlags write FFlags default [];
C++
__property Firedac::Phys::Asawrapper::TASABackupFlags Flags = {read=FFlags, write=FFlags, default=0};
Description
Specifies additional backup flags.
Use the Flags property to specify additional backup flags.
| Value | Meaning |
|---|---|
|
|
Backs up the database file or not. It corresponds to -d . |
|
|
Backs up the transaction log file or not. It corresponds to -t. |
|
|
Operates with or without confirmation. It corresponds to -y. |
|
|
Operates without printing messages, or prints messages. It corresponds to -q. |
|
|
Renames the transaction log. It corresponds to -r. |
|
|
Deletes the transaction log. It corresponds to -x . |
|
|
Renames the local backup of the transaction log. It corresponds to -n. |
|
|
Creates an image backup on the server using the BACKUP DATABASE statement. It corresponds to -s. |
For more details about the options above, see http://infocenter.sybase.com/help/.