网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: ADO :: ADO SetEOS 方法

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

ADO SetEOS 方法


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:924 :: ::

The SetEOS method is used to set the current position to be the end of the stream (EOS). This method also updates the EOS property.
SetEOS的作用是:将当前位置设置为记录流的末尾[EOS]。这个方法也可以用来更新EOS属性。

Note: Any data beyond the new EOS will be truncated and lost.
注意:任何超出新设置的文件末尾[EOS]的数据都将被删除或丢失。

Syntax
语法

objStream.SetEOS

评论 (0) All