网站首页  词典首页

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

 

单词 procedure name
释义

procedure name

  • 网络程序名称;过程名字;返回函数的指针
1.
程序名称
计算机与网络英语词汇(P4) ... procedure ID 程序识别码 procedure name 程序名称 procedure reference 程序参考 ...
www.zftrans.com
2.
过程名字
信息英语词汇(P) ... procedure library 子程序库 procedure name 过程名字 procedure oriented language 面向过程语言 ...
www.diyifanwen.com
3.
返回函数的指针
AS400开发介绍 - xiao_maomao_chong的日志 -... ... (any expression) 返回数字或字符串的长度 (procedure name返回
blog.163.com
4.
过程的信息
...r_id,ip_address),可以记录当前存储过程的信息(procedure name),也可以决定是否在这个过程开始的时候清理日志表中的信息,…
www.oracle.com.cn
5.
过程定义之间跳转
在一个过程体 (begin..end) 和 过程定义之间跳转 (procedure Name;) 用 Ctrl Shift Up. EUN81F?
www.fpccn.com

例句

释义:
1.
Change the database name and stored procedure name to reference the database and stored procedure that you want.
更改数据库名称和存储过程名称以引用所需的数据库和存储过程。
msdn2.microsoft.com
2.
If that fails, append "W" to the end of the external procedure name and look it up again.
如果查找失败,则在外部过程名称结尾附加“W”,并再次查找。
msdn2.microsoft.com
3.
Second, it does not perform any tests on the actual entity name contained within the procedure name.
其次,它并未对包含在过程名称中的实际实体名称执行任何测试。
blog.sina.com.cn
4.
System stored procedures can be executed from any database without having to fully quality the stored procedure name.
可以从任何数据库执行系统存储过程,而不必完全限定存储过程名称。
technet.microsoft.com
5.
The user may be required to use escape character syntax if the stored procedure name contains any special characters.
如果存储过程名称包含任何特殊字符,则可能会要求用户使用转义符语法。
msdn2.microsoft.com
6.
Operator returns a delegate object when applied to a procedure name.
运算符如果应用到一个过程名,则返回一个委托对象。
msdn2.microsoft.com
7.
procedure name. When the specified procedure is an instance method then the function delegate refers to both the instance and the method.
如果指定的过程是实例方法,则此函数委托同时引用此实例和方法。
technet.microsoft.com
8.
Lookup Procedure Name The Lookup Procedure Name dialog lets you browse procedure names and insert them into the SQL Statements pane.
查寻过程名[查寻过程名]对话框使您可以浏览过程名,并将它们插入到[SQL语句]窗格中。
www.ianywhere.com
9.
When called in a CATCH block, returns the stored procedure name where the error occurred.
在CATCH块中调用时,返回出现错误的存储过程名称。
msdn2.microsoft.com
10.
When you call a procedure, you follow the procedure name with an argument list in parentheses.
调用过程时,在过程名后面加上用括号括起来的参数列表。
msdn2.microsoft.com
1.
My idea is to use a command line transfer procedure name, version and configuration files Update. ini URL.
我的思路是用命令行传递程序名称、版本号和Update.ini配置文件的URL。
lwtbb.com
2.
Assuming you know the federated procedure name and schema, SYSCAT. ROUTINEPARMS is the catalog you begin with.
假设您知道联邦过程的名称和模式,SYSCAT.ROUTINEPARMS是首先查询的编目。
www.ibm.com
3.
In this example, since the procedures are not overloaded, you can drop the ORASTOCKINFO procedure using the procedure name.
在这个例子中,因为过程没有重载,可以使用过程名来删除ORASTOCKINFO过程。
www.ibm.com
4.
Parameters are declared in the procedure declaration in the parentheses that follow the procedure name.
在过程声明中,参数在紧跟着过程名的括号中声明。
msdn2.microsoft.com
5.
You call a Sub procedure by using the procedure name, followed by the argument list in parentheses, in a statement.
通过使用语句中的过程名(后跟圆括号中的参数列表)调用Sub过程。
msdn2.microsoft.com
6.
If you are tempted to use the GO TO statement with a procedure name, consider the EVALUATE statement as an alternative option.
如果试图将GOTO语句与程序名一起使用,那么可以考虑将EVALUATE语句作为一个替换选项。
www.ibm.com
7.
procedure calls itself recursively , you must follow the procedure name with parentheses , even if there is no argument list.
过程以递归方式调用它自身时,您必须在过程名称后加上括号(即使不存在参数列表)。
www.ichacha.net
8.
You mistyped the event procedure name when attaching it to the delegate.
当将它匹配给代理时,你用错了事件处理程序名称。
eroad.alai.net
9.
We strongly recommend that you not use the prefix sp_ in the procedure name.
极力建议不在过程名称中使用前缀sp_。
technet.microsoft.com
10.
Modify the stored procedure name referenced in dependent objects or scripts.
修改在相关对象或脚本中引用的存储过程名称。
msdn2.microsoft.com
1.
Generally the "SPECIFIC" name matches the stored procedure name.
一般来说,“SPECIFIC”名称匹配存储过程名。
www.ibm.com
2.
The command text is not a valid stored procedure name.
此命令文本不是一个有效的存储过程名。
msdn2.microsoft.com
3.
In the calling statement, follow the procedure name with parentheses.
在呼叫陈述式中,程序名称之后接著括号。
msdn.microsoft.com
4.
Remove the stored procedure name from dependent objects and scripts.
从依赖对象和脚本中删除存储过程名称。
technet.microsoft.com
5.
The procedure name is made unique by appending with a numeric value.
通过添加数字值,使之具有惟一的过程名。
www.ibm.com
6.
The following example creates a variable that represents a stored procedure name.
以下示例创建一个代表存储过程名称的变量。
msdn2.microsoft.com
7.
A procedure call specifies an event for the procedure name.
程序呼叫指定了程序名称的事件。
msdn.microsoft.com
8.
SELECT statements can also operate on procedure result sets by including the procedure name in the FROM clause.
通过将过程名包括在FROM子句中,SELECT语句也可以对过程结果集进行操作。
www.ianywhere.com
9.
Discovery of remote procedures based on the remote schema name, remote package name, and remote procedure name.
根据远程模式名、远程包名和远程过程名来发现远程过程。
www.ibm.com
10.
In the Stored Procedure box, type the stored procedure name, and then click OK.
在“存储过程”框中,键入存储过程名称,然后单击“确定”。
msdn2.microsoft.com
1.
To use a stored procedure, value is EXEC stored_procedure_name.
若要使用存储过程,则值为EXECstored_procedure_name。
msdn2.microsoft.com
2.
If you mistyped the event procedure name, you would receive a different compiler error.
如果你用错了事件处理程序的名字,你得到的将是一个不同的错误。
eroad.alai.net
3.
SPECIFIC: This uniquely identifies the stored procedure name in the DB2 catalogs.
SPECIFIC:这在DB2编目中惟一地标识存储过程名。
www.ibm.com
4.
The SQL statement or stored procedure name is viewable in the CommandText property.
SQL语句或存储过程名称可在“CommandText”属性中查看。
msdn2.microsoft.com
5.
Verify that the procedure name is valid.
验证过程名是否有效。
msdn2.microsoft.com
6.
Is not a valid procedure name.
不是有效的过程名。
msdn2.microsoft.com
7.
A procedure name in a text command.
文本命令中的过程名。
msdn2.microsoft.com
8.
Modify the stored procedure name.
修改存储过程的名称。
msdn2.microsoft.com
9.
Type your procedure name in the Name field, such as MyStoredProcedure.
在Name字段,输入您程序的名称,比如MyStoredProcedure。
www.ibm.com
10.
Provide the required stored procedure information, such as procedure name, preflush indicator, and so on.
提供必需的存储过程信息,例如过程名称、preflush指示器等等。
www.ibm.com
1.
It also affects how Visual Basic searches the external file for the external procedure name.
它还影响VisualBasic在外部文件中搜索外部过程名称的方式。
msdn2.microsoft.com
2.
Contains information about Federated Procedures that you defined such as the data source name, remote procedure name, remote schema name.
包含关于定义的联邦过程的信息,比如数据源名、远程过程名、远程模式名。
www.ibm.com
3.
Interface to return Database Engine-specific information, such as the severity, state, procedure name, and line number.
接口,用来返回数据库引擎特定的信息,如严重度、状态、过程名称和行号。
msdn2.microsoft.com
4.
If a COM library supports multiple interfaces, the interface ID can also be used to resolve the procedure name, as demonstrated here
如果COM库支持多个接口,则接口ID还可用于解析过程名称,如下所示
msdn2.microsoft.com
5.
The command text is not a valid stored procedure name, or the
命令文本是无效的存储过程名称,或指定的
msdn2.microsoft.com
6.
It can be the same as the real name of the function you are calling, or you can use any valid procedure name and then employ the
它可以与正在调用的函数的实名相同,或者可以使用任何有效的过程名,然后使用
msdn2.microsoft.com
7.
A string that contains an SQL command or a stored procedure name
指定包含一个SQL指令或一个已存程序名称的字符串
www.w3pop.com
8.
Function Your function can have any valid procedure name; the;
函数可以有任意一个有效的过程名;
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/13 7:22:30