您要查找的是不是:
- VBP parameter list 虚块处理参数表
- Choose a different name or parameter list. 选择不同的名称或参数列表。
- The parameter list is optional, as is the IL offset. 参数列表和IL偏移量一样,是可选的。
- Removes the parameter you select in Parameter list from the list. 从列表中移除在“参数列表”中选择的参数。
- The specifications may sometimes appear within the parameter list itself. 区分部分有时可以在参数表本身出现。
- Get accessor of an indexer has the same formal parameter list as the indexer. 访问器具有与索引器相同的形参表。
- A literal value is required. Please specify a value before adding a new parameter to the invocation parameter list. 要求参数值。请在向调用参数列表添加新参数之前指定一个值。
- Literal value is required. Please specify a value before adding a new parameter to the invocation parameter list. 要求文字值。请在向调用参数列表添加新参数之前指定一个值。
- A stored procedure using EXTERNAL NAME can have no other clauses following the parameter list. 使用EXTERNAL NAME的存储过程在参数列表后可以不使用其它子句。
- Either they must be passed the data in their parameter list, or they must use data in their scope. 必须在它们的参数列表中为它们传递数据,或者它们必须使用所在作用域中的数据。
- Covers defining a parameter list to accept values passed to the procedure by the calling code. 介绍如何定义参数列表来接受由调用代码传递给过程的值。
- You can use the parameter list to adjust the performance and functionality of a mining model. 可以使用参数列表调整挖掘模型的性能和功能。
- If you shadow a procedure with another procedure, you can use a different parameter list and a different return type. 如果用一个过程隐藏另一个过程,可以使用不同的参数列表和不同的返回类型。
- The array must contain the correct number of Type objects, in the same order as they appear in the type parameter list. 数组必须包含正确数目的Type对象,并且顺序和对象在类型参数列表中的顺序相同。
- A parameter array must be the last parameter in a formal parameter list, and it must be a single-dimension array. 参数数组必须是形参表中的最后一个参数,并且必须是一维数组。
- Traversal string: The ':' delimiter is only valid as a parameter-name specifier in a parameter list . 遍历字符串:分隔符“:”仅在作为参数列表中参数名的指定符时才有效。
- Export values to a textfile. Every value in the parameter list will be written to one line in the file. 20将值导出为文本文件。参数列表中的每个值都会写入为文件中的一行。
- A default argument is specified by providing an explicit initializer for the parameter in the parameter list. 默认实参是通过给形参表中的形参提供明确的初始值来指定的。
- In which parameter-name is the identifier in the parameter list,and description is text that can continue on subsequent lines. 其中,“参数名”是指参数列表内的标识符,而“说明”代表一些可延续到后续行内的说明文字。
- The calling sequence consists of the element type (Function, Sub, Operator, or Property), name, parameter list, and return type. 调用序列”包括元素类型(Function、Sub、Operator或Property)、名称、参数列表和返回类型。