SqlName (Trigger Keyword)
Specifies the SQL name to use for this trigger.
Usage
To override the default SQL name of this trigger, use the following syntax:
Trigger name [ Event = sqlevent, SqlName = sqlname, Time = time ] { //implementation }
Where sqlname is an SQL identifier.
Details
If this trigger is projected to SQL, then this name is used as the SQL trigger.
Default
If you omit this keyword, the SQL trigger name is triggername, as specified in the trigger definition.