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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

ADO GetChildren 方法


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

The GetChildren method returns a Recordset object where each row represents a child of the current Record object.
GetChildren的作用是:返回一个Recordset[记录集]对象。在该对象中,每一行都代表了目录中的文件。

Syntax
语法

Set objrecordset=objrecord.GetChildren

评论 (0) All