单词 | set statement |
释义 | 例句释义: 集语句,设置语句,集叙述 1. Use the SET statement to alter existing fields in the logical tree or to create them in circumstances where they do not already exist. 使用SET语句来更改逻辑树中现有的字段或者在这些字段不存在的情况下创建它们。 www.ibm.com 2. The SET statement overrides all previous settings and can be used to turn options on and off dynamically as the application runs. SET语句可覆盖所有以前的设置,可用于在应用程序运行时动态地打开或关闭选项。 technet.microsoft.com 3. This setting also behaves like an explicit SET statement, except that it occurs at login time. 此设置的行为还类似于显式SET语句,只是后者发生在登录时。 msdn2.microsoft.com 4. In addition, the SET statement is allowed by Adaptive Server Anywhere for the PREFETCH option, for compatibility, but has no effect. 此外,出于兼容性考虑,AdaptiveServerAnywhere允许用SET语句设置PREFETCH选项,但没有效果。 www.ianywhere.com 5. The data type specified must be the same as the data type of the property where this Set statement is declared. 指定的数据类型必须与声明此Set语句的属性的数据类型相同。 msdn2.microsoft.com 6. In the expression used in the following SET statement, the parentheses cause the addition to be performed first. 在下面的SET语句所使用的表达式中,括号使加运算先执行。 msdn2.microsoft.com 7. Neither of these SET statement options check for or require the SHOWPLAN permission. 这些SET语句选项都不检查SHOWPLAN权限,也不需要SHOWPLAN权限。 technet.microsoft.com 8. The Transact-SQL SET statement options for displaying execution plan information produce output in XML and text. Transact-SQLSET语句选项用于显示执行计划信息,并生成XML和文本格式的输出。 msdn2.microsoft.com 9. The first nine parameters in the SET statement correspond to the first nine parameters in the parameters collection. 前九个SET语句参数对应于参数集合中的前九个参数。 msdn2.microsoft.com 10. The Set procedure defaults to the access level of its containing property unless you use accessmodifier in the Set statement. Set过程默认为它的包含属性的访问级别(除非在Set语句中使用accessmodifier)。 msdn2.microsoft.com 1. When you use the Transact-SQL SET statement options, you can produce estimated and actual execution plans in XML or text. 使用Transact-SQL语句选项,可以生成XML格式或文本格式的预计执行计划和实际执行计划。 technet.microsoft.com 2. Adaptive Server Anywhere does support some Adaptive Server Enterprise options using the SET statement. 对于某些AdaptiveServerEnterprise选项,AdaptiveServerAnywhere不支持使用SET语句。 www.ianywhere.com 3. The variable contains the NULL value until it is assigned a different value by the SET statement. 此变量包含NULL值,直到它被SET语句赋予了不同的值。 www.ianywhere.com 4. Contains information about using the Transact-SQL SET statement options to display execution plans in XML format or text. 介绍使用Transact-SQLSET语句选项来显示XML格式或文本格式的执行计划。 technet.microsoft.com 5. To change the length of returned text for the session, use the SET statement. 若要更改会话的返回文本长度,请使用SET语句。 msdn2.microsoft.com 6. Any SET statement can be specified inside a trigger. 在触发器内可以指定任意的SET语句。 msdn2.microsoft.com 7. Empty SET statement (with no SET option assignments) is allowed. 允许使用空的SET语句(未指定SET选项)。 technet.microsoft.com 8. The following Transact-SQL SET statement options prevent cached query plans from being reused. 下列Transact-SQLSET语句选项阻止重新使用已缓存的查询计划。 technet.microsoft.com 9. This is indicated in ESQL SET statement syntax using a colon character to separate the two sections of the Qualified Name. 在ESQLSET语句语法中,用冒号分隔限定名(QualifiedName)的两部分,以此来表示这一点。 www.ibm.com 10. Any SET statement can be specified inside a stored procedure, except SET SHOWPLAN_TEXT and SET SHOWPLAN_ALL. 可以在存储过程中指定除了SETSHOWPLAN_TEXT和SETSHOWPLAN_ALL以外的任何SET语句。 technet.microsoft.com 1. This can be set by using either the user options option in sp_configure or the SET statement. 这可以使用sp_configure中的useroptions选项或SET语句进行设置。 msdn2.microsoft.com 2. If execution fails before the SET statement is executed, the option is not set. 如果在执行SET语句前执行失败,则未设置此选项。 technet.microsoft.com 3. To assign a value to a variable, use the SET statement. 若要为变量赋值,请使用SET语句。 technet.microsoft.com 4. If execution fails after the SET statement is executed, the option is set. 如果在执行SET语句后执行失败,则已设置此选项。 technet.microsoft.com 5. A named set defined by using the CREATE SET statement is available to all MDX queries in that session. 使用CREATESET语句定义的命名集对该会话中的所有MDX查询均可用。 msdn2.microsoft.com 6. Both SET statement options provide output in text. 两个SET语句选项都提供文本格式的输出。 msdn2.microsoft.com 7. For J2EE applications, you can set statement caching on the application server. 对于J2EE应用程序,您可以在应用程序服务器上设置语句缓存。 www.ibm.com 8. To assign a variable a value by using the SET statement, include the variable name and the value to assign to the variable. 若要通过使用SET语句为变量赋值,请包含变量名和需要赋给变量的值。 technet.microsoft.com 9. Remove the invalid keyword from the Get or Set statement. 将无效关键字从Get或Set语句中移除。 msdn2.microsoft.com 10. Returns the current value of the TEXTSIZE option of the SET statement. 返回SET语句中的TEXTSIZE选项的当前值。 technet.microsoft.com 1. FETCH(13) represents the first SET statement in the function, selecting from the ITEM table. FETCH(13)表示函数中的第一条SET语句,它从ITEM表中进行选择。 www.ibm.com 2. UPDATE(15) obviously is the UPDATE of the STOCK table incuding the SET statement driving it. UPDATE(15)显然是STOCK表的UPDATE,包括将其派生出来的SET语句。 www.ibm.com 3. To change settings that affect only the current user session, use the SET statement. 若要更改仅影响当前用户会话的设置,请使用SET语句。 msdn2.microsoft.com 4. The CREATE SET statement makes sense, for example, in a client application that consistently reuses a set in a variety of queries. 例如,CREATESET语句对于需要在多种查询中大量重用某个集的客户端应用程序会非常有用。 msdn2.microsoft.com 5. Then, the variable is assigned a value by using the SET statement. 然后使用SET语句为该变量赋值。 technet.microsoft.com 6. A named set that is created by using the CREATE SET statement will not be removed until after the MDX session closes. 直到MDX会话关闭后才会删除使用CREATESET语句创建的命名集。 technet.microsoft.com 7. After this SET statement is executed, SQL Server returns the execution plan information for each query in text. 执行该SET语句后,SQLServer以文本格式返回每个查询的执行计划信息。 msdn2.microsoft.com 8. The Get Statement and Set Statement (Visual Basic) allow only an access modifier (Public, Protected, Friend, Protected Friend, Private). Get语句和Set语句(VisualBasic)只允许访问修饰符(Public、Protected、Friend、ProtectedFriend、Private)。 msdn2.microsoft.com 9. The following somewhat artificial procedure returns a value in an OUT parameter assigned using a SET statement 以下过程(看起来有些不够真实)使用SET语句将值返回到指派的OUT参数 www.ianywhere.com 10. Requires the same permissions needed to use the STATISTICS XML SET statement option 需要与使用STATISTICSXMLSET语句选项所需权限一样的权限 technet.microsoft.com 1. When you use this technique, a SET statement can be revised as follows 使用此方法时,可对SET语句进行如下修改 msdn2.microsoft.com 2. Considerations for Using the Showplan SET Statement Options 使用ShowplanSET语句选项的注意事项 msdn2.microsoft.com 3. Optimizing ADO Calls Using the Set Statement 使用固定声明优化ADO调用 202.102.233.250 4. For more information about the Showplan SET statement options, see the following topics 有关显示计划的SET语句选项的详细信息,请参阅下列主题 technet.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。