Holds the list of triggers which will be used in the script.
property TriggerNames: string;
Use the TriggerNames property to hold the list of triggers which will be used in the script. Makes sense only on execution of TMyDump.Backup, TMyDump.BackupToFile, TMyDump.BackupToStream, and doTriggers set at the Objects. Names are separated by comma or semicolon. If it has an empty value and the TMyDump.TableNames property is empty, then all triggers presented in the database will be processed. If it has an empty value and the TMyDump.TableNames property is not empty, then all triggers for the specified tables will be processed.