concatenation
过去式:
动词过去式: concatenated
更多词形:
名词: concatenation | 动词过去式: concatenated | 动词过去分词: concatenated | 动词现在分词: concatenating | 动词第三人称单数: concatenates |
单词例句:
All concatenation takes place in the replacement list. (If a single concatenation yields multiple tokens, the behavior is undefined.
所有串接都发生在替换列表中。(如果一次串接产生多个单词,那么行为是未定义的。
Binary dump of option flags such as session level settings, including ANSI nulls, ANSI padding, cursor close on commit, null concatenation, and quoted identifiers.
二进制转储的选项标记(例如会话级别设置),包括ANSI NULLS、ANSI Padding、cursor close on commit、空串联和带引号的标识符。
If the result of the concatenation of strings exceeds the limit of 8,000 bytes, the result is truncated.
如果字符串串联的结果超出8,000字节的限值,则结果将被截断。
In the following example, name is an identifier that holds a concatenation of the student's first and last names.
在下面的示例中,name是保存学生姓和名的串联的标识符。
Operators allow you to perform arithmetic, comparison, concatenation, or assignment of values.
使用运算符可以执行算术、比较、串联或赋值操作。
The result is a string value representing the concatenation of the two string operands.
结果是表示两个字符串操作数连接的字符串值。
The performance of a concatenation operation for a String or StringBuilder object depends on how often a memory allocation occurs.
String或StringBuilder对象的串联操作的性能取决于内存分配的发生频率。
When you work with strings with a null value, the result of the concatenation depends on the session settings.
处理具有空值的字符串时,串联结果取决于会话设置。
This article contains a comparison of using standard string concatenation and one of the classes provided specifically for this task, system. Stringbuilder.
本文对使用标准字符串串联与使用专供完成此任务的众多类中的system.stringbuilder类进行了比较。