网站首页  词典首页

请输入您要查询的英文单词:

 

单词 parameter name
释义

parameter name

  • 网络参数名称;参数一;指定参量名称
1.
参数名称
Web 服务建模,第 2 部分: 建模并生成 WSDL ... 操作名称( Operation Name) 参数名称Parameter Name) 参数类型( Pa…
www.ibm.com
2.
参数一
VBS脚本简明教程 - chen_xi_的专栏 -... ... <method name=" 方法一"> <parameter name=" 参数一"/> <event name=" 事件一"> ...
blog.csdn.net
3.
指定参量名称
哗~生活充满阳光!-品味生活 ... Parameter name. 指定参量名称 Parameter content type. 指定参量内容类型 ...
www.popii.com
4.
自定义参数命名参考
Oracle&nbsp;E... ... Oracle ERP 二次开发系统流程系列: Parameter Name 自定义参数命名参考 Formula Column Name 公式 …
blog.sina.com.cn

例句

释义:
1.
The name and value can be any string except in the case of JSR 168 Struts portlets, where the parameter name must be spf_strutsAction.
这个名称和值可以使任何字符串,除JSR168Strutsportlet以外,这种类型的参数名称必须为spf_strutsAction。
www.ibm.com
2.
A parameter name should communicate the meaning of a parameter and a member name should communicate the meaning of a member.
参数名称应传达参数的含义,成员名称应传达成员的含义。
technet.microsoft.com
3.
A type parameter name stands for the type within the body of the generic declaration.
类型参数名称代表泛型声明主体中的类型。例如,
msdn2.microsoft.com
4.
If you do not provide a parameter name, the wizard ignores any parameter attributes (ATL only) or Parameter type selections.
如果没有提供参数名称,则精灵会忽略任一个参数属性(仅ATL)或[参数型别]的选取项目。
technet.microsoft.com
5.
It is an error to use the implicit parameter name, value, for a local variable declaration in a set accessor.
在set访问器中,对局部变量声明使用隐式参数名称value是错误的。
msdn2.microsoft.com
6.
Every row indicates the parameter name, its current value and whether the parameter is dynamically configurable or not ( see Figure 33).
每一行都显示参数名、当前值以及此参数是否可以动态地配置(见图33)。
www.ibm.com
7.
Any parameter passed by reference (explicitly passing the parameter name) is not accepted if the parameter name does not match.
如果参数名称不匹配,通过引用传递(显式传递参数名称)的任何参数都不会被接受。
technet.microsoft.com
8.
When you want to use the parameter name as it is shown in the SAP function builder, select Use Field Name to generate attributes (Figure 5).
当需要使用SAP函数生成器中显示的参数名称时,请选中UseFieldNametogenerateattributes(图5)。
www.ibm.com
9.
Each parameter definition consists of a parameter name and a data type .
创建泛型类型参数的定义,并获取该泛型类型参数的标记。
www.bing.com
10.
Parameters list, the parameter mapping that occurs at run time will use the ordinal position of the parameter, not the parameter name.
列表中没有放在正确的序号位置,则在运行时发生的参数映射将使用参数的序号位置,而不是参数名称。
msdn2.microsoft.com
1.
The maximum length of a parameter name in characters.
参数名的最大长度(字符数)。
msdn2.microsoft.com
2.
The use of a call by name parameter implies a textual substitution of the formal parameter name by the actual parameter .
使用名字调用时,包含有用参数对形式参数进行原文替换的意思。
www.bing.com
3.
If a parameter is not positional, you leave off the Position attribute and use the parameter name from the command line to provide a value.
如果不是位置参数,则可以不使用Position属性,而从命令行使用参数名称来提供值。
msdn.microsoft.com
4.
It contains the parameter name, data type, and a number of optional hints.
参数声明包含参数名称、数据类型以及一些可选提示。
www.ibm.com
5.
In Parameter Name, type the name of a parameter in the subreport.
在“参数名称”中,键入子报表中的参数的名称。
msdn2.microsoft.com
6.
If the object is a scalar function, the parameter name is an empty string in the row representing the return value.
如果对象是标量函数,则参数名称为表示返回值的行中的空字符串。
msdn2.microsoft.com
7.
In the procedure declaration, add the parameter name to the procedure's parameter list, separating it from other parameters by commas.
在程序宣告中,将参数名称加入至程序参数清单(用逗号隔开每个参数)。
technet.microsoft.com
8.
Class with a specified error message, the parameter name, and the value of the argument.
使用指定的错误信息、参数名和参数值来初始化。
msdn2.microsoft.com
9.
As in many languages, the use of i as a parameter name for fact "shadows" the outer use of i as a parameter name for factorial.
就像在其它许多语言中一样,在fact中的i参数会屏蔽掉外面factorial的i参数。
www.bing.com
10.
If the parameter name is repeated multiple times, this column contains the ordinal of the first occurrence.
如果参数名称重复多次,则此列使用第一次出现的序号。
msdn2.microsoft.com
1.
Class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties.
使用参数名称、数据类型、宽度、源列名称、参数方向、数值精度和其他属性初始化。
msdn2.microsoft.com
2.
You declare each procedure parameter similarly to how you declare a variable, specifying the parameter name and data type.
声明每个过程参数与声明变量的方法相似,指定参数名称和数据类型。
msdn2.microsoft.com
3.
Class that uses the parameter name, data type, length, source column name, parameter direction, numeric precision, and other properties.
使用参数名称、数据类型、长度、源列名称、参数方向、数值精度以及其他属性初始化。
msdn2.microsoft.com
4.
Initializes a new instance of the Parameter class with the parameter name, data type, and width.
使用参数名、数据类型和宽度初始化Parameter类的新实例。
msdn2.microsoft.com
5.
This example also shows how you can omit the Identity parameter name because Identity is a positional parameter.
此示例还显示,由于Identity是位置参数,因此可以省略Identity参数名。
technet.microsoft.com
6.
Did you notice that we use i as a parameter name twice, first in the factorial method and again in the nested fact method?
你注意到了吗,我们两次把i作为一个参数名字,第一次是在factorial方法里,然后是在嵌套的fact方法里。
www.bing.com
7.
Changing a parameter name or data type in the report definition and then republishing a report.
在报表定义中更改参数名称或数据类型,然后重新发布报表。
technet.microsoft.com
8.
Object with the parameter name and additional exception information.
设置带有参数名和附加异常信息的。
msdn2.microsoft.com
9.
Initializes a new instance of the Parameter class with the parameter name and data type.
使用参数名和数据类型初始化Parameter类的新实例。
msdn2.microsoft.com
10.
Initializes a new instance of the OdbcParameter class that uses the parameter name, data type, length, and source column name.
初始化使用参数名称、数据类型、长度和源列名称的OdbcParameter类的新实例。
msdn2.microsoft.com
1.
Initializes a new instance of the DbParameter class with the parameter name, data type, width, and source column name.
使用参数名、数据类型、宽度和源列名称初始化DbParameter类的新实例。
msdn2.microsoft.com
2.
It accepts a parameter that specifies the Struts parameter name and uses reflection to grab the appropriate field programmatically.
它接收一个指定Struts参数名的参数,并通过编程方式使用反射获取适当的字段。
www.ibm.com
3.
In that method, you bind the parameter name, docName, to the string location of the XML document that represents the model.
您在这个方法中将参数名docName绑定到表示模型的XML文档的字符串位置。
www.ibm.com
4.
Overriding methods should be used solely to customize the content or format of the parameter name.
重写方法只应用于自定义参数名的内容或格式。
msdn2.microsoft.com
5.
They do not have to match the parameter name on the cmdlet.
不必与cmdlet上的参数名匹配。
technet.microsoft.com
6.
Furthermore, any argument can be passed by parameter name instead of position.
另外,在传入任何参数时都可以按照参数名而不是位置进行传递。
www.winu.cn
7.
Sets any additional attributes for parameter specified in Parameter name.
为在“参数名”中指定的参数设置任何附加属性。
msdn2.microsoft.com
8.
In the procedure code, use the parameter name to assign a value to the underlying element in the calling code.
在过程代码中,使用形参名称将值赋给调用代码中的基础元素。
technet.microsoft.com
9.
Gets the error message and the parameter name, or only the error message if no parameter name is set.
获取错误信息和参数名;如果未设置参数名,则仅获取错误信息。
msdn2.microsoft.com
10.
Of course, even when a parameter is positional, the parameter name can still be used from the command line.
当然,即使参数是位置参数,仍可从命令行使用参数名称。
msdn.microsoft.com
1.
Class that uses the parameter name, data type, size, direction, source column, source version, and other properties.
初始化使用参数名称、数据类型、大小、方向、源列、源版本和其他属性的。
msdn2.microsoft.com
2.
That's the syntax you see with the ampersand before the parameter name.
这是您在参数名称以前与符号一同看到的语法。
www.ibm.com
3.
In Listing 1, I created a server listening on port 8080, then set up a simple root endpoint containing the parameter name.
在清单1中,我创建了一个服务器监听端口8080,然后设置一个包含参数name的简单root端点。
www.ibm.com
4.
Initializes a new instance of the OdbcParameter class that uses the parameter name and an OdbcParameter object.
初始化使用参数名称和OdbcParameter对象的OdbcParameter类的新实例。
msdn2.microsoft.com
5.
You can also specify parameter definitions, including the parameter name, mode, data type, and other extended properties, for the procedure.
您还可以为过程指定参数定义,包括参数名、模式、数据类型及其他扩展属性。
www.ibm.com
6.
Choose a unique parameter name within the operation.
选择操作中的唯一参数名。
msdn2.microsoft.com
7.
The appropriate parameter name and value for any parameters required by your method.
方法所需的任何参数的适当参数名和值。
msdn2.microsoft.com
8.
Class with the parameter name, data type, length, parameter direction, and other properties.
使用参数名称、数据类型、长度、参数方向和其他属性初始化。
msdn2.microsoft.com
9.
Although not required, a parameter name is recommended for ease of maintenance.
尽管并非必需,但建议使用参数名以便于维护。
msdn2.microsoft.com
10.
Parenthetical text indicates the parameter name.
中括号中的文字表示参数名称。
www.ibm.com
1.
Initializes a new instance of the OdbcParameter class that uses the parameter name, data type, and length.
初始化使用参数名称、数据类型和长度的OdbcParameter类的新实例。
msdn2.microsoft.com
2.
From the Parameter Name drop-down list that shows the list of parameters defined for the drillthrough report, choose SalesOrderNumber.
在显示了为钻取报表定义的参数的“参数名称”下拉列表中,选择SalesOrderNumber。
msdn2.microsoft.com
3.
Initializes a new instance of the SqlCeParameter class with the parameter name, data type, length, and other properties.
使用参数名称、数据类型、长度和其他属性初始化SqlCeParameter类的新实例。
msdn2.microsoft.com
4.
the parameter name or data type was changed in the report definition , and the report was republished.
参数名或数据类型在报表定义中已更改,并且重新发布了该报表。
www.ichacha.net
5.
Initializes a new instance of the SqlCeParameter class with the parameter name and data type.
使用参数名称和数据类型初始化SqlCeParameter类的新实例。
msdn2.microsoft.com
6.
SQL Server does not verify that the specified parameter name matches the name for the parameter in the position where the name is used.
SQLServer不会验证指定的参数名称是否与使用此名称位置中的参数名称相匹配。
msdn2.microsoft.com
7.
Class with the parameter name, data type, length, and source column name.
使用参数名称、数据类型、长度和源列名称初始化。
msdn2.microsoft.com
8.
Initializes a new instance of the OdbcParameter class that uses the parameter name and data type.
初始化使用参数名称和数据类型的OdbcParameter类的新实例。
msdn2.microsoft.com
9.
Returns the full parameter name, given the partial parameter name.
给定部分参数名,返回完整参数名。
msdn2.microsoft.com
10.
Class that uses the parameter name, data type, length, and source column name.
初始化使用参数名称、数据类型、长度和源列名称的。
msdn2.microsoft.com
1.
The parameter name must comply with the rules for identifiers.
参数名称必须符合标识符规则。
technet.microsoft.com
2.
In this case, the format string is applied to each parameter name in the oldValues collection.
这种情况下,此格式字符串应用于oldValues集合中的每个参数名。
msdn2.microsoft.com
3.
The first one will create an Interface with a dummy name that is the same as the parameter name.
第一个将创建一个与参数名相同的假名的Interface。
www.ibm.com
4.
When formatting this with a parameter name of "p1" the resulting string is ": p1" .
在使用参数名“p1”格式化此字符串时,生成的字符串为“:p1”。
msdn2.microsoft.com
5.
Initializes a new instance of the Parameter class with the parameter name and an object that is the value of the Parameter.
使用参数名和作为Parameter值的对象初始化Parameter类的新实例。
msdn2.microsoft.com
6.
This is a default parameter name for all Struts action and cannot be changed.
这是所有Struts行为默认的参数名称,不能更改。
www.ibm.com
7.
Adds the specified parameter name and value to the logger.
将指定的参数名和值添加到记录器。
msdn2.microsoft.com
8.
Class with the parameter name, data type, length, and other properties.
使用参数名称、数据类型、长度和其他属性初始化。
msdn2.microsoft.com
9.
The possible XML parameter name value pairs are shown below.
下面显示了可能的XML参数名称值对。
www.ibm.com
10.
You can see the mappings between the context parameter name and the Web server.
可以查看上下文参数名称和Web服务器之间的映射。
msdn2.microsoft.com
1.
Class with the parameter name, data type, and length.
使用参数名称、数据类型和长度初始化。
msdn2.microsoft.com
2.
Class that uses the parameter name, data type, and length.
初始化使用参数名称、数据类型和长度的。
msdn2.microsoft.com
3.
With the specified parameter name.
中移除具有指定参数名的。
msdn2.microsoft.com
4.
Click the Parameters tab, and then click in the first Parameter Name text box.
单击“参数”选项卡,然后单击第一个“参数名称”文本框。
msdn2.microsoft.com
5.
At the specified parameter name.
中移除位于指定参数名称处的。
msdn2.microsoft.com
6.
This setting indicates whether you must put the parameter name in front of the parameter value.
此设置指示是否必须将参数名放置在参数值之前。
technet.microsoft.com
7.
You must specify the parameter name and parameter value for named parameters.
必须指定named参数的参数名和参数值。
technet.microsoft.com
8.
Which means the parameter name is the field name.
这表示参数名为字段名。
msdn2.microsoft.com
9.
In the Properties for selected rule pane, set the Context Parameter Name property to a descriptive name such as FirstLink.
在“所选规则的属性”窗格中,将“上下文参数名称”属性设置为一个描述性名称,如FirstLink。
msdn2.microsoft.com
10.
Javascript is used as a placeholder for the parameter name.
Javascript被用做参数名的占位符。
www-128.ibm.com
1.
If a parameter name is not found in the first array, the parameter name is not re mapped.
如果一个参数名称在第一个阵列中没有找到,参数名称不是被重测定。
bbs.hxsd.com
2.
Is set to Named, the parameter name is required.
设置为Named时,必须提供参数名。
technet.microsoft.com
3.
Given the parameter name and data type.
已知参数名和数据类型,将。
msdn2.microsoft.com
4.
Specify a parameter name and value.
指定参数名和参数值。
msdn2.microsoft.com
5.
Define the UL_STORE_PARMS macro with the parameter name key.
定义具有参数名key的UL_STORE_PARMS宏。
www.ianywhere.com
6.
The parameter name to add to the logger.
要添加到记录器的参数名。
msdn2.microsoft.com
7.
In addition, you cannot change the parameter name.
此外,您不能更改参数名称。
msdn2.microsoft.com
8.
It will have a match value of the parameter name, if any.
该表达式将包含参数名的匹配值(如果有)。
msdn2.microsoft.com
9.
assembler limit : macro parameter name table full
汇编限制:宏参数名表已满
wenku.baidu.com
10.
Class that uses the parameter name and an
初始化使用参数名和
msdn2.microsoft.com
1.
assembler limit : macro parameter name table full
汇编限制:宏参数名表已满
wenku.baidu.com
2.
Class that uses the parameter name and an
初始化使用参数名和
msdn2.microsoft.com
3.
We have a hardcoded parameter name ( "s" ) when we examine the payload of the incoming message
检查传入消息的有效负载时将参数名称(“s”)进行了硬编码
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/14 11:22:36