网站首页  词典首页

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

 

单词 output parameter
释义

output parameter

美 
英 
  • un.输出参数
  • 网络输出组件阀;传出参数;输出类型参数
un.
1.
输出参数

例句

释义:
1.
The cursor is implicitly deallocated when the batch , stored procedure, or trigger ends, unless it was passed back in an OUTPUT parameter .
当批处理、存储过程或触发器结束时,游标将被隐式释放,除非它在一个OUTPUT参数中传递回来。
www.bing.com
2.
Is an input and output parameter that specifies the string of the message on input and the string of the next message on output.
一个输入输出参数,用于指定输入时的邮件字符串和输出时的下一封邮件的字符串。
technet.microsoft.com
3.
The command might also return values in the form of a return value or output parameter values.
命令还可能以返回值或输出参数值的形式返回值。
msdn2.microsoft.com
4.
Please note that this procedure has one input and one output parameter.
请注意,这个存储过程有一个输入参数和一个输出参数。
www.ibm.com
5.
Using length_in_bytes as both an input and an output parameter allows coding of a loop to process the entire message text.
将length_in_bytes同时作为输入参数和输出参数,可以编写循环代码,以处理整个邮件的文本。
technet.microsoft.com
6.
A stored procedure that contains a cursor output parameter cannot be executed directly from a database API function.
不能直接从数据库API函数中执行包含游标输出参数的存储过程。
msdn2.microsoft.com
7.
An output parameter that uses the OUTPUT keyword can be a cursor placeholder, unless the procedure is a CLR procedure.
使用OUTPUT关键字的输出参数可以为游标占位符,CLR过程除外。
technet.microsoft.com
8.
Calculates the quotient of two numbers and also returns the remainder in an output parameter.
计算两个数字的商,并在输出参数中返回余数。
msdn2.microsoft.com
9.
Then create a boolean variable named secondDecision and set it as the output parameter of SecondApprovalTask, as shown in Figure 11.
然后创建一个名为secondDecision的布尔型变量,并将其设置为SecondApprovalTask的输出参数,如图11所示。
www.ibm.com
10.
Calculates the quotient of two 32-bit signed integers and also returns the remainder in an output parameter.
计算两个32位有符号整数的商,并通过输出参数返回余数。
msdn.microsoft.com
1.
Returns the integer value of the failover mode and is an OUTPUT parameter.
返回故障转移模式的整数值,并且是一个OUTPUT参数。
technet.microsoft.com
2.
This defines the input and output parameter usage of a Web Service using XML-based invocations, typically using the SOAP protocol.
它定义了一个使用基于XML调用(典型地使用SOAP协议)的Web服务的输入和输出参数的用法。
www.ibm.com
3.
The cursor can be referenced by local cursor variables in the batch, stored procedure, or trigger, or a stored procedure OUTPUT parameter.
在批处理、存储过程、触发器或存储过程OUTPUT参数中,该游标可由局部游标变量引用。
msdn2.microsoft.com
4.
You cannot execute a module by specifying OUTPUT for a parameter that is not defined as an OUTPUT parameter in the module.
如果一个参数在模块中没有定义为OUTPUT参数,则不能通过对该参数指定OUTPUT执行模块。
msdn2.microsoft.com
5.
This Element array is the output parameter set for the invoker and is returned to the Axis server.
此Element数组是调用方的输出参数集,将返回到Axis服务器。
www.ibm.com
6.
In our case, an input and an output parameter will be used for the photo, which is an attachment.
在本例中,输入和输出参数将用于表示照片的这个附件。
www.ibm.com
7.
The following example shows a stored procedure with an input and an output parameter.
以下示例显示有一个输入参数和一个输出参数的存储过程。
msdn2.microsoft.com
8.
Value typically obtained as an output parameter from a previous operation.
值,通常作为上一个操作的输出参数获取。
msdn2.microsoft.com
9.
The original document is passed in as an input parameter, and the new document is passed out as an output parameter.
原来的文档作为输入参数传递进存储过程,新文档作为输出参数传递出来。
www.ibm.com
10.
For output parameter mappings, you drag the connection from right to left.
对于输出参数映射,您从右向左拖动连接。
www.ibm.com
1.
It returns the value of the given stock for the given date as an output parameter.
它以输出参数的形式返回给定股票在给定日期的报价。
www.ibm.com
2.
Is an output parameter that returns the privilege level of the specified Windows account.
返回指定Windows帐户的特权级别的输出参数。
technet.microsoft.com
3.
The SALES_STATUS procedure accepts an input parameter called quota and returns an output parameter called sql_state.
SALES_STATUS过程接受名为quota的输入参数,并返回名为sql_state的输出参数。
www.ibm.com
4.
Retrieves whether this parameter is an output parameter.
检索此参数是否为输出参数。
msdn2.microsoft.com
5.
When the test client stops at the manual emulation event for the CustomerInformationPartner, type true for the Output parameter.
当测试客户端停止在CustomerInformationPartner的手动模拟事件时,为Output参数键入true。
www.ibm.com
6.
The name of the task's output parameter.
任务输出参数的名称。
msdn2.microsoft.com
7.
The service interface describes one input parameter, of type xsd: string, and one output parameter.
此服务接口描述一个xsd:string类型的输入参数和一个输出参数。
www.ibm.com
8.
This example added a Web service named "ws_visa_valid" with three input parameters and one output parameter.
这个示例添加一个名为“ws_visa_valid”的Web服务,此服务有三个输入参数和一个输出参数。
www.ibm.com
9.
The returned pointer value is passed back as an output parameter.
返回的指针值将作为输出参数传递回去。
msdn2.microsoft.com
10.
Dynamic_snapshot_jobname is sysname, with default of NULL, and is an optional OUTPUT parameter.
dynamic_snapshot_jobname的数据类型为sysname,默认值为NULL,是一个可选的OUTPUT参数。
msdn2.microsoft.com
1.
Listing 16 shows the code for this processing result section, in which we simply get the output parameter from the CallableStatement.
清单16显示了处理结果部分的代码,在这里我们只需要从CallableStatement中获得输出参数。
www.ibm.com
2.
Traces the output parameter values of remote procedure calls after execution.
跟踪远程过程执行后调用的输出参数值。
msdn2.microsoft.com
3.
Output parameter to the value returned from the session data store for the current item.
输出参数设置为当前项从会话数据存储中返回的值。
msdn2.microsoft.com
4.
The operation name, input parameter, and output parameter for each of the services is specified in Table 2.
表2指定了其中每个服务的操作名称、输入参数和输出参数。
www.ibm.com
5.
When specified, places the value of the specified parameter in the output parameter.
如果指定,则将指定参数值置于输出参数中。
technet.microsoft.com
6.
Specifies the result set supported as an output parameter.
指定作为输出参数支持的结果集。
technet.microsoft.com
7.
Specifies if the output parameter is to return the type of trigger it is being called from.
指定输出参数是否返回正在调用它的触发器的类型。
msdn2.microsoft.com
8.
The agent output can be written to a file, which is specified using the -Output parameter.
可以将代理输出写入到文件,这通过-Output参数来指定。
technet.microsoft.com
9.
The single input and output parameter definition are highlighted in bold.
单个输入和输出参数定义以粗体突出显示。
www.ibm.com
10.
Success result, also provide an additional output parameter of type.
类型的附加输出参数。
msdn2.microsoft.com
1.
A BLOB variable is declared for the procedure output parameter.
将过程输出参数声明为BLOB变量。
www.ibm.com
2.
The method returns an array as an output parameter.
方法返回一个数组作为输出参数。
msdn2.microsoft.com
3.
If a constant parameter is specified, or if OUTPUT is not specified, any return value from an output parameter is ignored.
如果指定的是常量参数,或者未指定OUTPUT,则输出参数的任何返回值均被忽略。
msdn2.microsoft.com
4.
Eventually you will be prompted to enter a value for the output parameter of the ShippingService import (it is being emulated).
最后会提示您为ShippingService导入(它是模拟的)的输出参数输入值。
www.ibm.com
5.
The OUT_LANGUAGE procedure expects one output parameter of type char.
OUT_LANGUAGE过程需要一个char类型的输出参数。
www.ibm.com
6.
For output parameters, use a '? ' for each output parameter.
对于每个输出参数,使用一个‘?’
www.ibm.com
7.
When specified, puts the value of the variable in the output parameter.
如果指定,则将变量值放在输出参数中。
technet.microsoft.com
8.
The parameter is an output parameter.
参数是输出参数。
msdn2.microsoft.com
9.
As Figure 2 shows, it sends the response for the start operation using Output1 as the output parameter.
如图2所示,它使用Output1作为输出参数来发送对start操作的响应。
www.ibm.com
10.
In other words, delete the output parameter from the default "InputOperation" .
换句话说,从默认的“InputOperation”中删除输出参数。
www.ibm.com
1.
When specified, puts variable_name in the output parameter.
如果指定了此选项,则将variable_name放置于输出参数中。
technet.microsoft.com
2.
The property that receives the task's output parameter value.
接收任务输出参数值的属性。
msdn2.microsoft.com
3.
When specified, message_id is placed in the output parameter.
如果已指定,message_id将放在输出参数中。
msdn2.microsoft.com
4.
Map each variable to an input parameter, output parameter, or a return code.
将每个变量映射到输入参数、输出参数或返回代码。
msdn2.microsoft.com
5.
Likewise for the customerOK output parameter.
customerOK输出参数的情况与此类似。
www.ibm.com
6.
Formats and stores a series of characters and values in the string output parameter.
设置一系列字符和值的格式并将其存储到字符串输出参数中。
technet.microsoft.com
7.
The item that receives the task's output parameter value.
接收任务输出参数值的项。
msdn2.microsoft.com
8.
Output parameter values of the RPC.
RPC的输出参数值。
technet.microsoft.com
9.
Gets a value indicating whether this is an output parameter.
获取一个值,通过该值指示这是否为输出参数。
msdn2.microsoft.com
10.
The output parameter, p_count, should show that 3 rows were found.
输出参数p_count将显示找到了3行记录。
www.ibm.com
1.
Takes an output parameter of type.
类型的输出参数。
msdn2.microsoft.com
2.
This is done using an OUTPUT parameter defined with the new CURSOR VARYING data type.
这可以通过使用由新的CURSORVARYING数据类型定义的OUTPUT参数来实现。
msdn2.microsoft.com
3.
The following stored procedure shows the use of an input parameter, an output parameter, and a return code
下面的存储过程说明了输入参数、输出参数和返回代码的用法
msdn2.microsoft.com
4.
The input parameter is specified as a constant and the output parameter and return code place their values in Transact-SQL variables
输入参数被指定为常量,输出参数和返回代码将它们的值放在Transact-SQL变量
msdn2.microsoft.com
5.
Output Parameter Parameterized function Perimeter Pointer Positive number
外层循环输出参数参数化函数周长指针正数
wenku.baidu.com
6.
As a result, for Sybase Version 12. 0 data source, you cannot return a value of an output parameter.
因此,对于Sybase12.0版数据源,不能返回输出参数的值。
www.ibm.com
7.
Output parameter to the lock identifier retrieved from the data store, and returns
输出参数设置为从数据存储中检索的锁定标识符,并返回
msdn2.microsoft.com
8.
Operator precedence Outer Output Parameter loop
外层循环输出参数参数化函数
wenku.baidu.com
9.
Measurement of input and output parameter of the inverter
变频器输入输出参量的测量
www.ilib.cn
10.
Output parameter to the current date and time minus the date and time when the item was locked, sets the
输出参数设置为当前日期和时间与该项锁定日期和时间的差,将
msdn2.microsoft.com
1.
Using the cursor Data Type in an OUTPUT Parameter
在OUTPUT参数中使用cursor数据类型
msdn2.microsoft.com
2.
Requires an output parameter of type
要求输出参数类型为
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/10/2 22:46:23