Make sure you are not trying to assign a value to a primary key field where the primary key already exists in the data table.
确定您未尝试将值指定至主索引键栏位,而此栏位中的主索引键已存在于资料表中。
You can assign a value to the variables in Schematron using the let instruction.
您可以在Schematron 中使用let指令为变量赋值。
Letters are variables, so you must assign a value to them before you use them.
字母是变量,所以使用之前必须先为其赋值。
This kind of title appears finally commonly, often assign a value taller, face a play bigger, want to check the foundation of examinee already, want to measure integrated ability again.
这种题目一般最后出现,往往分值较高,临场发挥比较大,既要测试考生的基础,又要测综合的能力。
To add an entry to a dictionary, just assign a value to a new key.
将一个条目添加到字典中,只需要对新的键赋一个值。
Remember we don「t have to assign a value to Part_Number because that value will be automatically assigned.
请记住,无需为Part_Number分配列值,因为该列的值是自动分配的。
A variable declaration, unless you assign a value to the variable.
变量声明,除非你给变量赋予了一个值。
This clause is used to assign a value (possibly containing a list of several items) to a variable that can be used in other clauses of the FLWOR expression.
该子句用于将一个值(可能包含一个由多项组成的列表)赋给一个变量,这个变量可以在FLWOR表达式的其他子句中使用。
For example, you can add two values together, or you can assign a value to a variable.
例如,你可以将两个值加起来,你也可以向一个变量赋值。
You can define a symbol, but you cannot assign a value to a symbol.
可以定义符号,但是无法对符号赋值。
Select the target element or attribute that you want to assign a value to.
选择希望赋值的目标元素或属性。
In fast mode, a compile-time error will be generated if you attempt to assign a value to a read-only identifier.
在快速模式中,如果尝试为只读标识符赋值,将生成编译时错误。
Then we closed trading in the market, and asked the kids to assign a value to the gift they wound up with.
那么我们结束了交易,问孩子给他们所兴奋的糖果给出评分。
Finally, , assign a value from 1 - 10 indicating how much of that factor each job gives you.
最后,再用1-10的评级来衡量每个工作会给你带来的要素。慞。
Declare a variable, assign a value to it, and display it.
声明变量,给它赋值,并显示值。
In the procedure code, use the parameter name to assign a value to the underlying element in the calling code.
在过程代码中,使用形参名称将值赋给调用代码中的基础元素。
You usually see this error when you assign a value returned from a function to a variable with a more specific type.
你通常会把函数返回值赋给拥有更特定类型变量的时候遇到这样的错误。
Therefore, you cannot assign a value greater than 10 times the maximum processing units value.
因此,您不能分配大于Maximumprocessingunits的10倍的值。
This guarantees that the column values remain unique and frees you from worrying about this column later on (don」t try to assign a value to it, though).
这保证列值是惟一的并避免您为这个列操心(但是,不要尝试为它赋值)。
When you use a table-valued function you'll need to assign a value to its parameters before you can run the query.
当您使用表值函数时,需要给它的参数赋值后才能运行查询。
Use the single equal sign to assign a value to a variable, unlike the double equal sign (==), as in the previous condition, which compare the values.
使用单等于号来向变量赋值,而不是像在前一个条件中那样使用双等于号 (==) 来比较值。