Backup Properties


Property Description

TableName
    Identifier
    Write: Yes
The table to dump or load. Applies only when used with the Database.Dump or Database.Load methods.
LoadAppendToTableData
    Boolean
    Write: Yes
Determines if loaded data is appended to the destination table. If True, loaded data is appended to the destination table. If False, and if the destination table already contains data, then the Database.Load method fails.
LoadFromSourceTableName
    Identifier
    Write: Yes
The table in the dump to load from. Applies only when used with the Database.Load method.
LoadStopDate
    String
    Write: Yes
The cutoff date and time for loading transactions. Any logged transactions that occurred after this date and time will not be loaded or rolled forward into the database. Applies only when used with the TransactionLog.Load method.
PercentCompleteNotification
    Long
    Write: Yes
The percent complete interval during a dump or load that will fire a BackupSink.PercentComplete event method. The default is 10 percent.
PipeDevices
    String
    Write: Yes
Delimited list of pipe device and volume specifiers. Each specifier consists of the named pipe name, an equal sign (=), and an optional volume name.