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

ADO
ADO DataTypes
ADO 摘要
ADO 实例

ADO StayInSync 属性


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

The StayInSync property sets or returns a boolean value that indicates whether the reference to the child records will change when the parent record position changes. Default value is true, which means that the child records will be updated if the parent Recordset object changes record position.
StayInSync属性的作用是:设置或返回一个逻辑值,用于指示当父记录的位置发生更改时,子记录的相关参数是否也需要更改。默认值为True,它意味着:如果父记录集对象改变了记录位置,那么子记录也需要作出相应的更改。

Note: This property is used with hierarchical recordsets.
注意:这个属性是用于不同等级、不同层次的记录集的。

Note: This property must be set on the parent Recordset before the child Recordset is retrieved.
注意:必须将这个属性在提取子记录集之前设置在父记录集中。

Syntax
语法

objRecordset.StayInSync

评论 (0) All

登陆 | 还没注册?