当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO DataMember 属性

ADO
ADO介绍
ADO数据库连接
ADO记录集
ADO显示记录
ADO查询语句
ADO记录排序
ADO添加记录
ADO更新记录
ADO删除记录
ADO演示
ADO提升执行速度
ADO Command对象
ADO Connection对象
ADO Error
ADO Field
ADO Parameter
ADO 属性
ADO Record
ADO Recordset
ADO Stream

ADO DataMember 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 376 ::
收藏到网摘: n/a

The DataMember property sets or returns a string value that contains the name of the data member that will be retrieved from the object referenced by the DataSource property. The name is not case sensitive.
DataMember属性的作用是:设置或返回一个字符串值,该值包含了从对象(该对象是通过DataSource属性返回的)中获取的数据成员名称。这个名称值是字母大小写不敏感的。

This property is used to create data-bound controls with the Data Environment in Visual Basic 6.
该属性的作用是:在Visual Basic 6中的数据环境下创建一个data-bound controls[数据绑定控制]。

Note: The DataMember and DataSource properties must be used in conjunction.
注意:DataMember 和 DataSource必须在连接状态中使用。

Syntax
语法

objRecordset.DataMember

评论 (0) All

登陆 | 还没注册?