nvarchar

包含n个字符的可变长度Unicode 字符数据
常用释义
n. 包含n个字符的可变长度Unicode 字符数据

扩展信息

数据类型
... 或 UPDATE 来修改具有可变长度 CHAR 数据类型 (NVarChar) 的列中的行,而该数据类型引起了整个行长度超过 8060 字节…
字符串
1、news.id 这个数据库设定的是字符串nvarchar)的还是数值(int)。虽然没有影响结果,但是数据类型最好匹配了写,int的就 …
数据类型上的任何索引
...类型映射为 ntext,则 SQL Server 数据类型上的任何索引(如 nvarchar (MAX))都将被忽略,并且不会在 SQL Server Comp…
数据类型必须是单行文本
...动实体 ? 显示在活动菜单中 ? “主字段” ? 数据类型必须是单行文本 (nvarchar) ? 数据格式必须是文本 ?

例句

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)中指定的事件提供程序之一。

Performance_condition is nvarchar(512), with a default of NULL, and consists of these elements.

performance_condition的数据类型为nvarchar(512),默认值为NULL,并含有以下元素。

在前面的示例中,City定义为nvarchar(30)数据类型;因此,该列的存储长度为60。

由于“参数截取”跨转换无效,因此请使用nvarchar以获得更好性能。

With this kind of test combined with the new nvarchar(max) notation, it becomes possible to limit input to a word count instead.

通过将此类测试与新的nvarchar(max)表示法相结合,它可以限制输入字数。

Change the data type of the TIMECHANGED column to NVarChar with a length of 20.

将TIMECHANGED列的数据类型更改为NVarChar,并指定其长度为20字节。

Throughout this article, I use nvarchar(max) to be as generic as possible and to allow for the most flexibility.

在整篇文章中,我尽可能使用nvarchar(max)并且最大程度地保证灵活性。

如果列数据项的大小可能差异很大,请使用nvarchar。

SubscriberId是一个nvarchar(255)列,其中包含生成的通知的订阅方的ID。

然而,如果所有相关字符串包含的字符都少于4,000个,使用nvarchar(4,000)则性能可得到显著改善。

指示列是否是大值数据类型列、varchar(max)、nvarchar(max)和varbinary(max)。

Custom business logic resolver_clsid is nvarchar(50), with a default of NULL.

自定义业务逻辑resolver_clsid的数据类型为nvarchar(50),默认值为NULL。

存储大型数据的首选方法是使用varchar(max)、nvarchar(max)和varbinary(max)数据类型。

The return type of the ProductVersion property in the SERVERPROPERTY function is nvarchar.

SERVERPROPERTY函数中的ProductVersion属性的返回类型是nvarchar。

更正了nvarchar列的大小。

The result set for this view has three columns: an int column and two nvarchar columns.

此视图的结果集有三列:一个int列和两个nvarchar列。

您不能发布其索引位于varchar(MAX)、nvarchar(MAX)、varbinary(MAX)和XML列的表。

AFTER和INSTEADOF触发器均支持插入的和删除的表中的varchar(max)、nvarchar(max)和varbinary(max)数据。

行以nvarchar(255)列的形式返回。

SubscriberLocale is an nvarchar(10) column that contains a locale code.

SubscriberLocale是一个nvarchar(10)列,其中包含区域设置代码。

大于8000字节的Unicode常量为nvarchar(max)类型的数据。

以下示例通过将data_type的值指定为-9,检索sysname和nvarchar数据类型的信息。

If you map to VARCHAR, the total bytes of NVARCHAR can not be bigger than MRL.

如果映射到VARCHAR,则NVARCHAR的总字节数不能大于MRL。

存储在超过8,060字节行大小限制的varchar、nvarchar、varbinary或sql_variant列中的可变长度数据。

Provider_name is nvarchar(128), with a default of NULL; however, if provider_name is omitted, SQLNCLI is used.

provider_name的数据类型为nvarchar(128),默认值为NULL;但如果忽略provider_name,则使用SQLNCLI。

Language_code is nvarchar(6) and has a default value of 'en' (English).

language_code的数据类型为nvarchar(6),默认值为en(英语)。

您还可以显式将这些列转换为varbinary、varchar或nvarchar。

列数据类型为varchar(max)、nvarchar(max)、varbinary(max)或xml时,值为-1。

返回由单个nvarchar(4000)列构成的结果集。

Alias data types cannot be defined by using the SQL Server timestamp, table, xml, varchar(max), nvarchar(max) or varbinary(max) data types.

别名数据类型不能通过使用SQLServertimestamp、table、xml、varchar(max)、nvarchar(max)或varbinary(max)数据类型定义。