当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO Source 属性
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对象被打开时,该属性仅是只读的。
varSource=objrecord.Source |