trigger n. (枪上的)扳机;【机械工程】扳柄;闸柄;制轮(机),制滑器;【物理学】触发器,引爆器;【化学】(连锁反应)引起物;〔转〕触发物;【电学】起动线路;起动装置。 pull [press] the trigger 扳扳机,射击。 quick on the trigger 打得快的;〔口语〕动不动就开枪的;敏速的;〔美俚〕性急的;三心两意的。 vt. 扳动扳机射击;触发,激起 (off)。 vi. 松开扳柄。
Creating triggers on system tables in the database 在数据库的系统表上创建触发器。
With encryption obfuscates the text of the create trigger statement 对create trigger语句的文本进行加密。
Create triggers and grant database permissions to the rule evaluation account 创建触发器并将数据库权限授予规则计算帐户。
Create trigger must be the first statement in the batch and can apply to only one table Create trigger必须是批处理中的第一条语句,并且只能应用于一个表。
This is the default behavior of create trigger with the compatibility level setting of 70 or higher 这是兼容级别设置等于或高于70的create trigger的默认行为。
The with append option of create trigger can be used to create multiple triggers of the same type 可以使用create trigger的with append选项创建同一类型的多个触发器。
Modifies the definition of a dml or ddl trigger that was previously created by the create trigger statement 修改以前使用create trigger语句创建的dml或ddl触发器的定义。
You can create triggers for tables and views where the table and view definition is automatically detected Ddl 。您可以为表和视图创建触发器,其中将自动检测表和视图的定义。
The same trigger action can be defined for more than one user action for example , insert and update in the same create trigger statement 在同一条create trigger语句中,可以为多种用户操作(如insert和update )定义相同的触发器操作。
For example , if create trigger for update is executed for a table that already has an update trigger , an additional update trigger is created 例如,如果为已经有了update触发器的表执行create trigger for update ,则将再创建一个update触发器。