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

ADO
ADO DataTypes
ADO 摘要
ADO 实例

ADO DataMember 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 394 ::
收藏到网摘: 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

登陆 | 还没注册?