当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO EOS 属性

ADO
ADO介绍
ADO数据库连接
ADO记录集
ADO显示记录
ADO查询语句
ADO记录排序
ADO添加记录
ADO更新记录
ADO删除记录
ADO演示
ADO提升执行速度
ADO Command对象
ADO Connection对象
ADO Error
ADO Field
ADO Parameter
ADO 属性
ADO Record
ADO Recordset
ADO Stream

ADO EOS 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 331 ::
收藏到网摘: n/a

The EOS property returns a boolean value that indicates whether the current position is at the end of the stream. True indicates that the current position is at the end of the stream.
EOS属性的作用是:返回一个逻辑值,指出当前位置是否位于记录流最末端。True表示当前位置已位于记录流的最末端。

Tip: To set the current position to the end of the stream, use the SetEOS method.
提示:可以使用SetEOS方法将当前位置设置为记录流的末尾。

Tip: To determine the current position of the stream, use the Position property.
提示:可以使用Position[位置]属性来设置处于当前记录流中的指针位置。

Syntax
语法

objStream.EOS

评论 (0) All

登陆 | 还没注册?