参数的数据类型决定此运算符所返回的数据类型。
The data types of the arguments determine the data type returned by this operator.
导航属性返回的数据类型是由其远程关联端的重数确定的。
The data type returned by a navigation property is determined by the multiplicity of its remote association end.
只要更改不影响参数列表或返回的数据类型,就可以更改存储过程代码,而无需在客户端应用程序中进行更改。
Stored procedure code can be changed without requiring changes in client applications as long as the changes do not affect parameter lists or returned data types.
然后,我们创建了第二个稍微复杂的Web服务.Net客户端,者个 Web 服务返回的数据类型是复杂类型。
We then built a .Net client for a web service which involves a complex type as the return data from a second web service.
jQuery还提供了工具,为将参数传递给web页面提供“表单编码的数据”,并提供了有关期望返回的数据类型的暗示。
JQuery also provides for the facility to supply "form-encoded data" for passing parameters to a Web page, as well as providing a hint on what kind of data is expected back.
你可以可以为变量指明数据类型,输入参数,来自函数的返回值,用户自定义函数以及模板。
You are also able to specify data types for variables, input parameters, return values from functions, user-defined functions and templates.
返回的表可以包含任何SQL数据类型的列,包括XML。
The table that is returned can contain columns of any SQL data type, including XML.
单击options标签页,以设置所有返回列的数据类型和显示尺寸。
Click the Options TAB to set the data types and display sizes for all returned data columns.
probev_timestamp_t是一种特殊的数据类型,用来从VUE时间戳函数返回值。
probev_timestamp_t is a special data type used to return the value from the VUE timestamp function.
对于总是返回一本图书的信息的那些方法,将返回的是BookInfo复杂数据类型。
For methods that always return information about a single book, a BookInfo complex data type is returned.
_ loaditemset函数从项目集中加载值并应用编辑器,然后返回包含具有正确数据类型的项目的JSON对象。
The _loaditemset function loads values from the item set and applies the editors, and then returns a JSON object that contains the items with correct data types.
返回的WSDL文档包含调用Web服务所需的所有必要的技术信息(参数列表、数据类型等)。
The returned WSDL document contains all of the necessary technical information needed to invoke the Web service (parameter list, data types, and so on).
不要使用列表或数组作为参数或返回值(可以使用数组,不过必须使用稍后在本文中所描述的一种特定数据类型)。
Do not use lists or arrays as parameters or return values (arrays are possible, but you must use a special data type described later in this article).
NODESET用于返回节点集数据类型的表达式(映射到dom or g . w3c . dom .NodeList数据类型)。
XPathConstants.NODESET for expressions that return Boolean data types (maps to the dom org.w3c.dom.NodeList data type).
返回数组的另一种选择是将数组作为复杂数据类型的组成部分返回,该技巧我们将在下一篇文章中进行讨论。
Another option for returning arrays is to return them as parts of a complex data type, which is a technique we discuss in the next article.
而该服务器上的那些对象随后就可以作为参数处理原生数据类型、从这些参数查询数据库并作为值返回其原生数据类型。
Those objects on the server can then deal with its native data types as arguments, query a database from those arguments, and return its native data types as values.
OUTPUT:这个4GL函数返回的结果的数据类型;必须从左到右与函数定义中的输出参数一一对应,还必须与输出参数数量匹配。
OUTPUT: Data types of result returned from this 4GL function; must have one-to-one correspondence from left to right, and must match the count of arguments, as in the function definition.
您可以选择使用一个WSDL文件告诉客户端关于可用函数的信息,以及输入参数和返回值的个数和数据类型。
You can use an optional WSDL file to give clients information on the available methods, as well as the number and data types of input arguments and return values.
函数返回类型的数据类型可以直接指定,或使用references子句指定。
The data type for the function return type can be specified directly or using the REFERENCES clause.
最终返回类型不通过任意异步服务接口或实现类指定,允许您选择任意可序列化的返回数据类型。
The eventual return type is not specified by any of the asynchronous service interfaces or implementation classes, leaving the return type your choice, which can be any serializable data type.
对存储过程的支持——您可以创建和运行包含XML数据类型(输入或输出)的参数或者返回XML数据的存储过程。
Stored procedure support — You can create and run stored procedures that contain XML data type (input or output) parameters or return XML data.
这个解析器检查返回的行和列上的元数据类型,以确保它只读取sqlxml类型的xml列。
The resolver looks at the metadata type on the returned row and column, ensuring it only reads XML columns with the SQLXML type.
函数的结果会以CLOB(字符型大型对象)数据类型的形式返回,可容纳1MB 的数据。
The result of the function is returned as a CLOB (Character Large Object) data type that can hold up to 1 MB of data.
这是一种XML内部的暂时表示,不支持列定义或该数据类型的应用程序返回。
This is an XML internal and transient representation that does not allow for column definition or for the return of this data type to the application.
成功处理请求时值或返回值的格式(值的特定名称和数据类型)
The format of the value or values that are returned if the request is processed successfully (again, both the specific value names and data types)
在比较操作的时候,API会比较名称(区分大小写)以及输入参数数据类型,并忽略返回值类型。
When comparing operations, it performs a case-sensitive name match along with a comparison of input argument data types, and ignores return types.
另一方面,参数“attribute_value”(第 7-8 行)也是一个表达式结果,而该表达式除了对XML类型以外都将返回与“element_content”相同的数据类型。
On the other hand, the parameter "attribute_value" (lines 7-8) is also the result of an expression that gives back the same data type of "element_content", except for XML type.
当返回复杂数据类型时,通常是IXMLDOMNodeList对象,但将复杂数据类型作为参数进行传递时,需要创建新的 IXMLDOMNodeList 对象且不易处理。
When complex data types are returned, they are usually IXMLDOMNodeList objects, but passing complex data types as parameters requires the creation of new IXMLDOMNodeList objects and can be tricky.
Type:指定返回的列的数据类型。
每个数据类型也都有返回静态信息给每个数据的公共api。
For each data type, there are also common APIs returning the static information for each data. These APIs includes.
应用推荐