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

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

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

ADO DataMember 属性


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

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