MyDAC

TMyDump.TriggerNames Property

Holds the list of triggers which will be used in the script.

Class

TMyDump

Syntax

property TriggerNames: string;

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback