variable assignment meaning in English
变量赋值
Examples
- If variable assignment must occur in a trigger , use a set nocount statement at the start of the trigger to prevent the return of any result sets
如果必须在触发器中进行变量赋值,则应该在触发器的开头使用set nocount语句以避免返回任何结果集。 - Locate the variable assignments in the method . in newly generated tests , variable assignments are marked by " to - do " statements that remind you to customize the assignments
对于新生成的测试,将使用“ to - do ”语句标记变量赋值部分,旨在提醒您需要自定义这些赋值语句。 - The code of a newly generated test compiles , but before it can provide useful test results you must to edit it , for example , to make variable assignments and to customize assert statements
新生成测试的代码将进行编译,但是在它能够提供有用的测试结果之前必须对其进行编辑,例如为变量赋值和自定义assert语句。 - To prevent having results returned to an application because of a trigger firing , do not include either select statements that return results or statements that perform variable assignment in a trigger
若要避免由于触发器触发而向应用程序返回结果,请不要包含返回结果的select语句,也不要包含在触发器中执行变量赋值的语句。 - A trigger that includes either select statements that return results to the user or statements that perform variable assignment requires special handling ; these returned results would have to be written into every application in which modifications to the trigger table are allowed
包含向用户返回结果的select语句或进行变量赋值的语句的触发器需要特殊处理;这些返回的结果必须写入允许修改触发器表的每个应用程序中。