当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO DataMember 属性
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必须在连接状态中使用。
objRecordset.DataMember |