您要查找的是不是:
- argument一詞指人與人之間用激烈言語(yǔ)表達的分歧An argument is a strong verbal disagreement between people
- 分賦給常數、變量、參數或符號的一個(gè)量值。參閱argument。A quantity assigned to a constant, a variable, a parameter or a symbol.
- Argument列包含書(shū)簽標簽,用于在表或聚集索引內查找行。The Argument column contains the bookmark label used to look up the row in the table or clustered index.
- Argument列還包含要查找的行所在的表或聚集索引的名稱(chēng)。The Argument column also contains the name of the table or clustered index in which the row is looked up.
- HASH:()謂詞以及一個(gè)用于創(chuàng )建哈希值的列的列表出現在A(yíng)rgument列內。A HASH:() predicate with a list of columns used to create a hash value appears in the Argument column.
- 在指定type屬性時(shí),需要此屬性,而且不能指定compare和argument屬性。When the type attribute is specified, this attribute is required and the compare and argument attributes cannot be specified.
- Argument強調各方用事實(shí)和理由來(lái)支持自己的論點(diǎn)并試圖說(shuō)服對方的進(jìn)展Argument stresses the advancement by each side of facts and reasons buttressing its contention and intended to persuade the other side
- Filter運算符掃描輸入,僅返回那些符合Argument列中的篩選表達式(謂詞)的行。The Filter operator scans the input, returning only those rows that satisfy the filter expression (predicate) that appears in the Argument column.
- 格式字符串,帶有與argument值對應的占位符,類(lèi)似于C語(yǔ)言的sprintf函數所支持的格式字符串。Is a format character string with placeholders for argument values, similar to that supported by the C-language sprintf function.
- 如果存在殘留謂詞(由Argument列中的RESIDUAL:()標識),則還須滿(mǎn)足此殘留謂詞,只有這樣行才能被視為是匹配項。If a residual predicate is present (identified by RESIDUAL:() in the Argument column), that predicate must also be satisfied for rows to be considered a match.
- 與第一個(gè)調用中的原因相同,編譯器將消除第三個(gè)重載,因為它可以用參數(Argument)類(lèi)型的最少擴大量調用第二個(gè)重載。It eliminates the third overload for the same reason as in the first call, because it can call the second overload with less widening of the argument types.
- 在第一個(gè)調用中,編譯器將消除第一個(gè)重載,因為第一個(gè)參數(Argument)的類(lèi)型(Short)將收縮為相應參數(Parameter)的類(lèi)型(Byte)。In the first call, the compiler eliminates the first overload because the type of the first argument (Short) narrows to the type of the corresponding parameter (Byte).
- 接著(zhù),編譯器消除第三個(gè)重載,因為第二個(gè)重載中的每個(gè)參數(Argument)類(lèi)型(Short和Single)都將擴大為第三個(gè)重載中的相應類(lèi)型(Integer和Single)。It then eliminates the third overload because each argument type in the second overload (Short and Single) widens to the corresponding type in the third overload (Integer and Single).