Specifies priority of the TMyBackup.Restore operation.
Unit
MyBackup
Syntax
TMyBackupPriority = (bpDefault, bpLowPriority, bpConcurrent);
Values
| Value | Meaning |
|
bpConcurrent |
Restore will be executed simultaneously with queries from other connections. |
|
bpDefault |
Other connections wait for finishing Restore. |
|
bpLowPriority |
Execution of Restore will be suspended until other connections stop reading from the table. |