您要查找的是不是:
- Enclose the name in double quotation marks (""). 将此名称用双引号括起来("")。
- Conversely, the double quotation mark can be used if the value starts with a single quotation mark. 相反,如果该值以单引号开始,也可以使用双引号。
- When file paths and file names include spaces, you must enclose them in double quotation mark ("). 当文件路径和文件名中包含空格时,必须用双引号(")将它们引起来。
- Backslashes are interpreted literally, unless they immediately precede a double quotation mark. 反斜杠会被解释成单个字符,除非后面紧接着一个双引号。
- Single or double quotation marks can be used to enclose character strings. 单引号或双引号可用于包含字符串。
- Command_string cannot contain more than one set of double quotation marks. command_string不能包含一对以上的双引号。
- First, you can mix single and double quotation marks when creating a string, as long as the string uses the same type of quotation mark at the beginning and end. 第一,在创建字符串时,您可以混合使用单引号和双引号,只要字符串在开始位置和结束位置使用同一类型的引号。
- For example, if a name part contains a period, double quotation mark, or a left or right bracket, use brackets or double quotation marks to delimit the part. 例如,如果名称某部分包含句点、双引号、左括号或右括号,则需要使用括号和双引号来分隔该部分。
- When QUOTED_IDENTIFIER is set to ON, SQL Server follows the SQL-92 rules for the use of double quotation marks (")and the single quotation mark (') in SQL statements. 当QUOTED_IDENTIFIER设为ON时,对于SQL语句中的双引号(")和单引号(')的用法,SQL Server遵循SQL-92规则。
- Any command, parameter, switch, or value that contains spaces must have double quotation marks on either side. 任何包含空格的命令、参数、开关或值都必须用双引号引起来。
- In that case, you enter a pair of double quotation marks with no space between them (") instead of a number. 在这种情况下,可以输入中间不带空格的一对双引号(")来替代数字。
- In the Exchange Management Shell, double quotation marks and single quotation marks ( ') have different meanings. 在Exchange命令行管理程序中,双引号和单引号(')的含义不同。
- A text value contains the text delimiter character (usually double quotation marks). 文本值包含文本分隔符(通常为双引号)。
- Single quotation marks are considered part of a Windows file name, so you must use double quotation marks. 单引号被视为Windows文件名的一部分,因此必须使用双引号。例如
- Character constants must be enclosed in single quotation marks (') or double quotation marks ("). 字符常量必须包括在单引号(')或双引号(")中。
- Character strings can be enclosed in double quotation marks if the string does not exceed the length of an identifier. 如果字符串未超过标识符的长度,则可以包含在双引号内。
- Double quotation marks within strings that are enclosed in quotation marks represent escaped single quotation marks. 用引号引起来的字符串中的双引号表示转义的单引号。
- In that case, instead of entering a number, you enter a pair of double quotation marks with no space between them ("). 在这种情况下,您可以输入一对中间不带空格的双引号(")来代替数字。
- Additionally, strings inside calculated member definitions are delimited with double quotation marks. 另外,计算成员定义中的字符串用双引号分隔。
- If you want to find an exact match, put the word or phrase in double quotation marks ("). 如果您想查找精确匹配的内容,可将该词或短语置于双引号(")中。