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

ADO
ADO DataTypes
ADO 摘要
ADO 实例

ADO EOS 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 332 ::
收藏到网摘: 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

登陆 | 还没注册?