当前位置: 首页 > 网络学院 > 服务端脚本教程 > ADO > ADO Size 属性
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。
objStream.Size |