当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO EOS 属性
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[位置]属性来设置处于当前记录流中的指针位置。
objStream.EOS |