月亮词典
首页
查询
AutoIncrement
英音[ ɔːˈtɔɪnkrəmənt ] 美音[ ɔːˈtɔɪnkrəmənt ]
[计] 自动增量
常用释义
词性释义
n.
[计] 自动增量
例句
全部
The use of
autoincrement
as
a
primary
key
is
not
recommended
in
a
database
that is
going
to
be
synchronized
.
不建议在要进行同步的数据库中将自动增量用作主键。
When
data
columns
are
created
by
means
of Visual Studio
design
tools
,
the
columns
are
automatically
marked
as
AutoIncrement
.
通过VisualStudio设计工具创建数据列时,这些列被自动标记为AutoIncrement。
Autoincrement
inserts a
column
value
automatically
if
the
column
is
not
referenced
in
an
INSERT
statement
.
如果INSERT语句中未引用该列,自动增量将自动插入列值。
For
the
purposes of
this
tutorial
,
an
autoincrement
is
sufficient
.
对于本教程来说,自动增量就足够了。
AutoIncrement
and
Version
cannot
be
multivalued
.
自动增量及版本不能有多重数值。
You
cannot
use
an
autoincrement
field
within
survey_response_detail
because
it needs to
be
unique
for
the
group
of
question
responses
.
您不能在survey_response_detail中使用自动递增的字段,因为这个值应该对于一组问题回答是唯一的。
If
you
want
to
preserve
previous
deliveries
,
you
can
choose
Autoincrement
.
如果要保留以前的传递,可以选择“Autoincrement”。
Unlike
autoincrement
,
however
,
you
must
explicitly
reference
the
sequence
.
但是,与自动增量不同的是,您必须显式参考该序列。
When
AutoIncrement
is
set
to
true
,
there
can
be
no
default
value
.
在将AutoIncrement设置为“真”时,可以没有默认值。