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

ADO
ADO DataTypes
ADO 摘要
ADO 实例

ADO Size 属性


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

The Size property returns a long value that indicates the size (in bytes) of a Stream object.
Size属性的作用是:返回一个已经打开的记录流对象的字节数大小。

Note: This property can only be used on an open Stream object.
注意:这个属性只能用在一个已经打开的记录流对象中。

Note: This property returns -1 if the size of the stream is unknown.
注意:如果是未知记录流,那么property[属性]将返回-1。

Syntax
语法

objStream.Size

评论 (0) All

登陆 | 还没注册?