网页
图片
视频
学术
词典
地图
更多
航班
笔记本
nvarchar
网络
数据类型;字符串;数据类型上的任何索引
网络释义
1.
数据类型
... 或 UPDATE 来修改具有可变长度 CHAR
数据类型
(
NVarChar
) 的列中的行,而该数据类型引起了整个行长度超过 8060 字节…
blog.163.com
|
基于22个网页
2.
字符串
1、news.id 这个数据库设定的是
字符串
(
nvarchar
)的还是数值(int)。虽然没有影响结果,但是数据类型最好匹配了写,int的就 …
www.uipower.com
|
基于6个网页
3.
数据类型上的任何索引
...类型映射为 ntext,则 SQL Server
数据类型上的任何索引
(如
nvarchar
(MAX))都将被忽略,并且不会在 SQL Server Comp…
msdn.microsoft.com
|
基于6个网页
4.
数据类型必须是单行文本
...动实体 ? 显示在活动菜单中 ? “主字段” ?
数据类型必须是单行文本
(
nvarchar
) ? 数据格式必须是文本 ?
wenku.baidu.com
|
基于4个网页
更多释义
收起释义
例句
释义:
全部
全部
,
数据类型
数据类型
,
字符串
字符串
,
数据类型上的任何索引
数据类型上的任何索引
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Provider_name
is
nvarchar
(
255
)
and
must
be
one
of the
event
providers
specified
in
the
application
definition
file
(
ADF
)
.
provider_name
的
数据
类型
为
nvarchar
(
255
)
,
并且
必须
是
在
应用程序
定义
文件
(
ADF
)
中
指定
的
事件
提供程序
之一
。
technet.microsoft.com
2.
Performance_condition is
nvarchar
(
512
)
,
with a
default
of
NULL
,
and
consists
of
these
elements
.
performance_condition
的
数据
类型
为
nvarchar
(
512
)
,
默认
值
为
NULL
,
并
含有
以下
元素
。
msdn2.microsoft.com
3.
In
the
previous
example
,
City is
defined
as
an
nvarchar
(
30
)
data
type
;
therefore
,
the
storage
length
of
the
column
is
60
.
在
前面
的
示例
中
,
City
定义
为
nvarchar
(
30
)
数据
类型
;
因此
,
该
列
的
存储
长度
为
60
。
technet.microsoft.com
4.
Because
"
parameter
sniffing
"
does
not
work
across
conversion
,
use
nvarchar
for better
performance
.
由于
“
参数
截取
”
跨
转换
无效
,
因此
请
使用
nvarchar
以
获得
更好
性能
。
technet.microsoft.com
5.
Change the
data
type
of the TIMECHANGED
column
to
NVarChar
with
a
length
of
20
.
将
TIMECHANGED
列
的
数据
类型
更
改为
NVarChar
,
并
指定
其
长度
为
20
字节
。
www.ibm.com
6.
Throughout
this
article
,
I
use
nvarchar
(
max
)
to
be
as
generic
as
possible
and
to
allow
for
the
most
flexibility
.
在
整
篇
文章
中
,
我
尽可能
使用
nvarchar
(
max
)
并且
最大
程度
地
保证
灵活性
。
blog.sina.com.cn
7.
Use
nvarchar
when
the
sizes
of
the
column
data
entries
are
probably
going to
vary
considerably
.
如果
列
数据
项
的
大小
可能
差异
很
大
,
请
使用
nvarchar
。
msdn2.microsoft.com
8.
SubscriberId
is
an
nvarchar
(
255
)
column
that
contains
the
ID
of
the
subscriber
for the
generated
notification
.
SubscriberId
是
一个
nvarchar
(
255
)
列
,
其中
包含
生成
的
通知
的
订阅方
的
ID
。
msdn2.microsoft.com
9.
However
,
performance
can
be
significantly
better
using
nvarchar
(
4
,
000
)
if
all
the
relevant
strings
contain
less
than 4, 000
characters
.
然而
,
如果
所有
相关
字符串
包含
的
字符
都
少于
4,000
个
,
使用
nvarchar
(
4,000
)
则
性能
可
得到
显著
改善
。
blog.sina.com.cn
10.
Indicates
whether
the
column
is
a
Large
Value
data
type
column
,
varchar
(
max
)
,
nvarchar
(
max
)
,
and
varbinary
(max)
.
指示
列
是否
是
大
值
数据
类型
列
、
varchar
(
max
)
、
nvarchar
(
max
)
和
varbinary
(
max
)
。
msdn2.microsoft.com
1
2
3
4