您要查找的是不是:
- Enclose the name in double quotation marks (""). 将此名称用双引号括起来("")。
- 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不能包含一对以上的双引号。
- 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 ("). 在这种情况下,您可以输入一对中间不带空格的双引号(")来代替数字。
- Conversely, the double quotation mark can be used if the value starts with a single quotation mark. 相反,如果该值以单引号开始,也可以使用双引号。
- 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 ("). 如果您想查找精确匹配的内容,可将该词或短语置于双引号(")中。
- You enter a zero-length string by typing two double quotation marks with no space between them ("). 输入零长度字符串的方法是键入两个彼此之间没有空格的双引号(")。
- Differentiates between single and double quotation marks when evaluating an expression. 对表达式进行求值时区别单引号和双引号。
- Note that if the parameter is a path to a location on your computer, it must be enclosed in double quotation marks. 请注意,如果参数是计算机上某个位置的路径,则必须用双引号将它引起来。
- When SET QUOTED_IDENTIFIER is OFF, literal strings in expressions can be delimited by single or double quotation marks. 当SET QUOTED_IDENTIFIER为OFF时,表达式中的文字字符串可以由单引号或双引号分隔。
- When file paths and file names include spaces, you must enclose them in double quotation mark ("). 当文件路径和文件名中包含空格时,必须用双引号(")将它们引起来。