您要查找的是不是:
- Any ODS APIs that return result sets to the client will return FAIL. 向客户端返回结果集的任何ODS API都将返回FAIL。
- Procedures can return result sets to the caller, call other procedures, or fire triggers. 过程可以将结果集返回给调用者、调用其它过程或触发触发器。
- The extended stored procedure, when it is called from inside a function, cannot return result sets to the client. 如果在函数中调用扩展存储过程,则该过程不能向客户端返回结果集。
- Even simple SQL Procedures, which do not return result sets, can be replaced with SQL Functions. 甚至连不返回结果集的简单SQL过程也可以用SQL函数取代。
- Return Result (not last) - conveys segments of an operation except for the last segment. 返回结果(除最后) -- 传输某个操作除最后一个以外的所有段。
- Return Result (last) - the last segment of an operation is conveyed and success completion is reported. 返回结果(最后) -- 传输操作的最后一个段并报告成功完成。
- Class, the previously returned result set is implicitly closed. 方法时,会隐式关闭以前返回的结果集。
- I have three analysts in my laboratory, can they all return results? 在我的实验室有3位分析人员,能否让他们都汇报结果?
- The returned results are too large. 返回的结果太大。
- Can I download and process multiple work units, then return results altogether? 我能下载并运行多个任务单元后一起发送结果吗?
- The returned result is isomorphic in schema and data to the original DataTable. 返回的结果在架构和数据方面与原始的DataTable相同。
- The table returned by a user-defined function can be referenced in the FROM clause of a Transact-SQL statement, but stored procedures that return result sets cannot. 可以在Transact-SQL语句的FROM子句中引用由用户定义函数返回的表,但不能引用返回结果集的存储过程。
- You can search the XML column for the target zip code and restrict the returned result set accordingly. 可以从XML列中搜索目标邮政编码,并相应地限制返回的结果集。
- Gets or sets the maximum amount of time that the client waits for the server to return results. 获取或设置客户端等候服务器返回结果的最长时间。
- Structure that contains the maximum amount of time for the client to wait for the server to return results. 结构,包含客户端等待服务器返回结果的最长等待时间。
- The value in the subid field of the returned result set is this global identifier. 所返回结果集的subid字段中的值便是该全局标识符。
- Procedures can return results to the calling environment in the parameters to the procedure. 过程可以将结果作为作用于该过程的参数返回到调用环境中。
- You can return results from either a query or a view and can choose whether to open just the results pane or all panes. 您可以从查询或视图返回结果,并且可以选择是仅打开结果窗格还是打开所有窗格。
- When enumerating through a collection, WMI will return results in groups of the specified size. 在对整个集合进行枚举时,WMI将按指定大小的组返回结果。
- Avoid returning result sets from triggers in new development work, and plan to modify applications that currently do this. 请避免在新的开发工作中从触发器返回结果集,并考虑修改目前具有此行为的应用程序。