网页
图片
视频
学术
词典
地图
更多
航班
笔记本
激发触发器
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
However
,
the
trigger
does not
fire
when
any
Transact
-
SQL statements
on which it was
programmed
are
executed
.
但是
,
当
执行
编写
触发器
程序
所
用
的
任何
Transact-SQL
语句
时
,
不会
激发
触发
器
。
msdn2.microsoft.com
2.
DBMS
automatically
fires the
trigger
as
a
result
of
a data
modification
to the
associated
table
.
当
关联
的
表
发生
改变
时
,
DBMS
自动
激发
触发
器
。
www.bugsboard.net
3.
This is true
whether
the
statement
firing
the
trigger
is
in
an
implicit
or explicit
transaction
.
不管
激发
触发
器
的
语句
在
隐式
事务
中
还
是
显
式
事务
中
,
都会
这样
。
msdn2.microsoft.com
4.
If
you
perform
a
bulk
insert
of
data
using
the
bcp
utility
or
the
BULK
INSERT
command
,
triggers
do
not
fire
by
default
.
如果
使用
bcp
实用工具
或
BULKINSERT
命令
执行
数据
的
大
容量
插入
,
则
在
默认
情况
下
不会
激发
触发
器
。
technet.microsoft.com
5.
When you
set
trigger
conditions, use
the
inserted
and
deleted
tables
appropriately
for the
action
that fired the trigger
.
在
设置
触发器
条件
时
,
应
使用
激发
触发
器
的
操作
相应
的
插入
的
和
删除
的
表
。
msdn2.microsoft.com
6.
TRUNCATE TABLE
is
a non-logged
operation
that does
not
fire
triggers
.
TRUNCATETABLE
是
不会
激发
触发
器
的
日志
未
记录
的
操作
。
msdn2.microsoft.com
7.
In
both
cases
,
the
update
of
the
non-
LOB
column
ensures
that the
trigger
fires
.
在
这
两
种
情况下
,
更新
非
LOB
列
可确保
激发
触发
器
。
msdn2.microsoft.com
8.
The
presence
of the
option
indicates
that
triggers
fire
.
出现
该
选项
说明
要
激发
触发
器
。
msdn2.microsoft.com
9.
The
following
trigger
displays
a
message
showing
which
action
caused
the
trigger
to
fire
.
下面
的
触发器
显示
一
条
消息
,
说明
哪个
操作
导致
激发
触发
器
。
www.ianywhere.com
10.
Gets
the
event
data
specific
to
the
action
that
fired
the
trigger
.
获取
特定
于
激发
触发
器
的
操作
的
事件
数据
。
msdn2.microsoft.com
1
2