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

ADO
ADO DataTypes
ADO 摘要
ADO 实例

ADO MarshalOptions 属性


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

The MarshalOptions property sets or returns a MarshalOptionsEnum value that specifies which records are to be returned back to the server. Default is adMarshalAll.
MarshalOptions属性的作用是:设置或返回一个MarshalOptionsEnum值,它是用于指定需要被传回服务器的记录。默认值为adMarshalAll。

Syntax
语法

objRecordset.MarshalOptions

Example
案例

<%
if rs.MarshalOptions=adMarshalAll then rs.Update response.write("All records returned to server")
end if
%>


MarshalOptionsEnum Values

Constant常量 Value值 Description描述
adMarshalAll 0 Default. Returns all rows
默认值。返回所有行
adMarshalModifiedOnly 1 Returns only modified rows
仅返回被修改过的行

评论 (0) All

登陆 | 还没注册?