网站首页  词典首页

请输入您要查询的英文单词:

 

单词 null
释义
nulls是null的复数

null

美 [n?l]
英 
  • adj.没有价值的;无用的;【法】无法律效力的;【科技】没有
  • n.【数】数字零;【计】空位;空白符号;【电子】无信号
  • v.抵消;〈罕〉【法】宣布无效;〈罕〉彻底消灭
  • 网络列的空行数;空值排序;虚元
复数:nulls  过去式:nulled  现在分词:nulling  
Adj. n.
null string
adj.
1.
没有价值的;无用的
2.
【法】无法律效力的
3.
【科技】没有
4.
【数】相当于数字零的
5.
【逻,数】空集的
6.
无特点的
1.
没有价值的;无用的
2.
【法】无法律效力的
3.
【科技】没有
4.
【数】相当于数字零的
5.
【逻,数】空集的
6.
无特点的
n.
1.
【数】数字零
2.
【计】空位;空白符号
3.
【电子】无信号
4.
〈比喻〉空虚
1.
【数】数字零
2.
【计】空位;空白符号
3.
【电子】无信号
4.
〈比喻〉空虚
v.
1.
抵消
2.
【法】〈罕〉宣布无效
3.
〈罕〉彻底消灭

例句

释义:
1.
Char and binary columns that do not allow nulls are always padded to the length of the column.
始终将不允许为空的char和binary列填充到列长。
technet.microsoft.com
2.
Since the requirement is to only suppress nulls, the visual null suppression can be replaced by the Null suppression on the actual query.
因为需求是仅抑制nulls,可视的nullsuppression可由实际查询上的Nullsuppression替换。
www.ibm.com
3.
Note that this setting is independent of the nulls setting in the columns contained in the foreign key.
注意该设置与外键中所包含列的nulls设置无关。
www.ianywhere.com
4.
Add table columns , and specify the column name and data type of the new column, as well as whether the column allows nulls .
添加表列,指定列名和新列的数据类型以及该列是否允许空值。
www.bing.com
5.
Define a primary key to enforce uniqueness for values entered in specified columns that do not allow nulls .
定义主键可以对在不允许空值的指定列中输入的值强制唯一性。
www.bing.com
6.
The ANSI_NULLS option must have been set to ON for the execution of all CREATE TABLE statements that create tables referenced by the view.
要执行所有CREATETABLE语句以创建视图引用的表,ANSI_NULLS选项必须设置为ON。
technet.microsoft.com
7.
Analysis Services ignores nulls when calculating the maximum value in a set of numbers.
计算一组数值的最大值时,AnalysisServices将忽略空值。
msdn2.microsoft.com
8.
The bcp command and BULK INSERT statement both allow you to specify that nulls values be retained.
bcp命令和BULKINSERT语句都允许指定保留空值。
msdn2.microsoft.com
9.
RPG uses a 1 character field (like an indicator) to determine if a column contains nulls.
RPG使用一个1字符字段(比如一个指示符)来确定列是否包含空值。
www.ibm.com
10.
The aggregate uses custom serialization, has a maximum size of 8000 bytes when serialized, and is invariant to nulls, duplicates, and order.
该聚合使用自定义序列化,在进行序列化时具有8000字节的最大大小,且与空值、重复值和顺序无关。
msdn2.microsoft.com
1.
If SET ANSI_NULLS is not specified, the setting of the ANSI_NULLS option of the current database applies.
如果未指定SETANSI_NULLS,则应用当前数据库的ANSI_NULLS选项设置。
technet.microsoft.com
2.
To edit this property, click the Allow Nulls checkbox corresponding to the column in the top pane of Table Designer.
若要编辑此属性,请在表设计器的顶部窗格中单击与列对应的“允许空值”复选框。
technet.microsoft.com
3.
New columns defined without explicit nullability do not allow nulls.
未显式定义为空性的新列不允许使用空值。
msdn2.microsoft.com
4.
If the column is NULLABLE, any number of NULLs can be inserted in that column.
如果此列可以包含NULL值,就可以在此列中插入任意数量的NULL值。
www.ibm.com
5.
The ANSI_NULLS and QUOTED_IDENTIFIER options must have been set to ON when the CREATE VIEW statement was executed.
当执行CREATEVIEW语句时,ANSI_NULLS和QUOTED_IDENTIFIER选项必须设置为ON。
technet.microsoft.com
6.
That code would have created a new trail with a Trail object with nulls for all attributes.
这个代码应当创建一条新路线,该路线有一个所有属性都为null的Trail对象。
www.ibm.com
7.
For each database column, the grid displays its fundamental attributes: column name, data type, and nulls-allowed setting.
对于每个数据库列,该网格显示其基本属性:列名、数据类型和允许空值设置。
msdn2.microsoft.com
8.
Literals represent fixed values - numbers, character strings, booleans, or nulls.
文字表示固定的值数字、字符、字符串、布尔型或空值。
www-128.ibm.com
9.
For this report run only nulls are being suppressed on both the row and column edge of the crosstab.
对于该报表运行,仅在交叉表的行和列边缘上抑制了nulls。
www.ibm.com
10.
When SET ANSI_NULLS is ON, an operator that has one or two NULL expressions returns UNKNOWN.
当SETANSI_NULLS为ON时,带有一个或两个NULL表达式的运算符返回UNKNOWN。
msdn2.microsoft.com
1.
Specify whether the transformation handles null values as equal to other nulls.
指定转换是否将空值处理为等于其他空值。
msdn2.microsoft.com
2.
If WITH VALUES is not specified for columns that allow nulls, the value NULL is stored in the new column in existing rows.
如果没有为允许空值的列指定WITHVALUES,则在现有行的新列中存储NULL值。
msdn2.microsoft.com
3.
A connection must have the ANSI_NULLS and ANSI_WARNINGS options set ON before the connection can execute distributed queries.
必须先将连接的ANSI_NULLS和ANSI_WARNINGS选项设置为ON,然后该连接才能执行分布式查询。
msdn2.microsoft.com
4.
The two nulls indicate that we do not want to change the last access time or creation time for this file.
这两个null指出,我们不想改变这一文件的最后访问时间或者创建时间。
www.ibm.com
5.
It's the situation where, for instance, someone passes a null value to a method not coded to handle nulls.
比方说,把null值传入一个并未编写如何处理null值的方法中,这就是一种边界情况。
www.ibm.com
6.
For more information about the ANSI_NULLS database option, see ALTER DATABASE (Transact-SQL) and Setting Database Options.
有关ANSI_NULLS数据库选项的详细信息,请参阅ALTERDATABASE(Transact-SQL)和设置数据库选项。
technet.microsoft.com
7.
Therefore, any client session settings for SET QUOTED_IDENTIFIER and SET ANSI_NULLS are ignored when the stored procedure is running.
因此,所有客户端会话的SETQUOTED_IDENTIFIER和SETANSI_NULLS设置在执行存储过程时都将被忽略。
technet.microsoft.com
8.
Trailing blanks are ignored for character columns and trailing nulls are ignored for binary columns.
字符列的尾随空格和二进制列的尾随零都将被忽略。
msdn2.microsoft.com
9.
You can use the AllowsNull property reported by the COLUMNPROPERTY function to determine whether a view column allows nulls.
可以使用COLUMNPROPERTY函数报告的AllowsNull属性来确定视图列是否允许使用空值。
technet.microsoft.com
10.
If one record set has more rows than the other, data in that column will continue while nulls will be displayed for the other as seen below.
如果一个记录集比另一个多,此列中的数据将会继续增加,而另一个显示null,如下所示。
www.ibm.com
1.
Learn some fun techneques to get interesting animation by playing with the pivot points of layers and nulls objects. . .
了解一些乐趣techneques获得通过与枢纽层空物体积分的比赛有趣的动画…
299.com.cn
2.
SQL uses a small integer which contains a zero if the column is not null or -1 if the column contains nulls.
如果列不包含空值,则SQL使用一个包含一个0的小整数;反之则包含-1。
www.ibm.com
3.
If a view column does not allow nulls, an INSERT statement must provide values for the column.
如果视图列不允许使用空值,则INSERT语句必须为该列提供值。
technet.microsoft.com
4.
The CWF fields must be padded with SPACES (not NULLS).
CWF字段必须带空格(而不是NULL)。
www.ibm.com
5.
SET ANSI_NULLS ON affects a comparison only if one of the operands of the comparison is either a variable that is NULL or a literal NULL.
仅当某个比较操作数是值为NULL的变量或文字NULL时,SETANSI_NULLSON才会影响比较。
technet.microsoft.com
6.
When SET ANSI_NULLS is OFF, comparisons of all data against a null value evaluate to TRUE if the data value is NULL.
当SETANSI_NULLS为OFF时,如果数据值为NULL,则所有数据对空值的比较将取值为TRUE。
technet.microsoft.com
7.
NULL By default, domains allow NULLs unless the allow_nulls_by_default option is set to OFF.
NULL缺省情况下,域允许NULL,除非allow_nulls_by_default选项设置为OFF。
www.ianywhere.com
8.
UTF-8 files only contain nulls that are really meant to be null.
UTF-8文件仅在确实表示null的地方包含null。
www.ibm.com
9.
While a normal index can be used, it wastes a lot of space for nulls you are probably not going to query against.
如果使用普通索引的话,即使你并不打算对它进行查询,它也会因为null值浪费大量的空间。
www.infoq.com
10.
For each of the columns, be sure to select the right data type and to uncheck the Allow Nulls options.
对每个列,要确保选择了正确的数据类型,并取消“允许为空”复选框。
www.bbsmvc.com
1.
Substituting a value for NULLs Use the ISNULL built-in function to substitute a particular value for nulls.
用某个值替代NULL使用ISNULL内置函数用某个特定的值替代空值。
www.ianywhere.com
2.
I might want to do more than simply concatenate the values: I might want to check for nulls.
我可能想做很多事情(比如检查一些空值),而不仅仅是串联一些值。
www.ibm.com
3.
Indicates whether this column allows nulls.
指示此列是否允许空值。
technet.microsoft.com
4.
Depending on the report, you can specify a null value if nulls are permitted.
取决于报表,您可以指定空值(如果允许空值)。
msdn2.microsoft.com
5.
New columns defined without explicit nullability are defined to allow nulls.
未显式定义为空性的新列允许使用空值。
msdn2.microsoft.com
6.
The inputBuffer pointer will be set to nulls by RPG once the data is received by the RPG program.
一旦RPG程序接收到数据,inputBuffer指针将被RPG设置为空。
www.ibm.com
7.
When SET ANSI_NULLS is ON, all comparisons against a null value evaluate to UNKNOWN.
当SETANSI_NULLS为ON时,所有对空值的比较均取值为UNKNOWN。
technet.microsoft.com
8.
Module was created with ANSI NULLS set option set to ON.
模块是通过将ANSINULLS设置选项设置为ON而创建的。
technet.microsoft.com
9.
Likewise, if the NULLS LAST option is used, the last partition must end with MAXVALUE.
同样,如果使用NULLSLAST选项,最后一个分区必须结束于MAXVALUE。
www.ibm.com
10.
If you check this box, a message appears if you try to change a primary key to allow nulls.
如果选中此框,则当您尝试将主键值更改为空值时将出现一条消息。
207.46.16.251
1.
The example also shows that IS NULL is not affected by the SET ANSI_NULLS setting.
该示例还表明,ISNULL不受SETANSI_NULLS设置的影响。
technet.microsoft.com
2.
The table cells can contain nulls or empty strings, or they can contain the same value as their parent to serve as a placeholder.
表单元可以为空或包含空字符串,也可以包含与它们父级相同的值作为占位符。
msdn2.microsoft.com
3.
Finally, if you lack email addresses for some Gold customers, you may want to write a query to exclude nulls from the result set.
最后,如果有些Gold客户没有email地址,那么可能要编写一个查询从结果集中排除null值。
www.ibm.com
4.
You can alter the default using the ALLOW_NULLS_BY_DEFAULT option.
您可以使用ALLOW_NULLS_BY_DEFAULT选项变更缺省设置。
www.ianywhere.com
5.
We found the nulls search.
只搜索单个的元素。
dev.21tx.com
6.
It is important to note that when the NULLS FIRST option is specified, the first partition must start at MINVALUE.
一定要注意,当指定NULLSFIRST选项时,第一个分区必须从MINVALUE开始。
www.ibm.com
7.
The value for the first key is 4 bytes long and it is entirely NULLs.
第一个键的值为4字节且其完全为NULL。
www.ibm.com
8.
ansi nulls is one of seven set options that must be set to required values when dealing with indexes on computed columns or indexed views
ansi_nulls是在处理计算列或索引视图的索引时必须设置为所需值的七个set选项之一。
www.ichacha.net
9.
In the bulk copy, all you need to do is select only those rows that have no nulls in the latitude and longitude columns
在批量复制中,只选择在latitude和longitude列中没有null值的那些行
www.ibm.com
10.
References to any base table column that allows nulls
对任何允许使用空值的基表列的引用
technet.microsoft.com
1.
To enable the unknown member, define attribute relationships, and specify custom processing properties for nulls
启用未知成员,定义属性关系,并指定空值的自定义处理属性
msdn2.microsoft.com
2.
indicates whether the aggregate is invariant to nulls
指示聚合是否与空值无关。
www.ichacha.net
3.
An Improved Method for Synthesizing Antenna Pattern with Broad Nulls
一种改进的宽零陷天线方向图合成方法
www.ilib.cn
4.
Keeping Nulls or Using Default Values During Bulk Import
在大容量导入期间保留空值或使用默认值
msdn2.microsoft.com
5.
If the aggregate is invariant to nulls; otherwise
如果聚合与空值无关,则为
msdn2.microsoft.com
6.
Synthesizing antenna pattern with broad nulls based on cultural algorithms
基于文化算法的宽零陷方向图综合方法
www.ilib.cn
7.
The number of NULLs in the column
列中NULL值的个数
www.ibm.com
8.
View columns allow nulls if the expression defining the view column includes items such as the following
如果定义视图列的表达式包括下列项,则视图列允许使用空值
technet.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/10/2 1:51:48