1.使(成串地)连结[衔接]起来
1.连锁状的
1.to put two or more computer files or pieces of computer information together in order to form a single unit
1.used for describing two or more computer files or pieces of computer information that have been put together to form a single unit
1.PRINT also accepts complex strings built by concatenating two or more constants , local variables , or functions .
PRINT还接受由两个或多个常量、局部变量或函数串联生成的复杂字符串。
2.View expressions that map to multiple columns , such as complex expressions formed by concatenating strings from two or more columns .
映射到多列的视图表达式,例如串联两列或更多列的字符串组成的复杂表达式。
3.An explicit conversion to character data must be used when concatenating binary strings and any characters between the binary strings.
在二进制字符串之间串联二进制字符串和任何字符串时,必须显式转换字符数据。
4.Do not create SQL statements by concatenating strings that involve user input .
不要通过串联涉及用户输入的字符串创建SQL语句。
5.When concatenating numerous or large strings, array joining is the only method with reasonable performance in IE7 and earlier.
当连接数量巨大或尺寸巨大的字符串时,数组联合是IE7和它的早期版本上唯一具有合理性能的方法。
6.In concatenating data of the varchar, char, or text data types, the empty string is interpreted as an empty string.
在串联varchar、char或text数据类型的数据时,空的字符串被解释为空字符串。
7.The program stores image streams in a single file, concatenating each successive image onto the end of the file.
该程序保存在一个文件中的图像流,串联到文件的末尾每个连续的形象。
8.Given a sequence coll and an integer n, concatenating the results of coll. Take(n) and coll. Skip(n) yields the same sequence as coll.
如果给定一个序列coll和一个整数n,则连接coll.Take(n)和coll.Skip(n)的结果会生成与coll相同的序列。
9.Class can boost performance when concatenating many strings together in a loop.
类。例如,当在一个循环中将许多字符串连接在一起时,使用。
10.Concatenating strings and NULL If you concatenate a string and NULL, the expression evaluates to the string.
连接字符串和NULL如果您将字符串和NULL连接,则表达式计算得到字符串。