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

w3pop.com :: 网络学院 :: ADO :: ADO Source 属性

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

ADO Source 属性


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

The Source property sets or returns a variant that contains the src parameter of the Open method of the Record object.
Source属性的作用是:设置或返回一个Record[记录]对象的Open方式中的src参数。

This property is read/write when the Record object is closed, and read-only when the Record object is open.
当Record对象被关闭时,该属性为可读/可写;当Record对象被打开时,该属性仅是只读的。

Syntax
语法

varSource=objrecord.Source

评论 (0) All