网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: ADO :: ADO Type 属性

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

ADO Type 属性


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:1002 :: ::

The Type property sets or returns a StreamTypeEnum value that specifies the type of data in a Stream object. Default is adTypeText.
Type属性的作用是:设置或返回一个StreamTypeEnum值,用于指明记录流对象中的数据类型。默认值为adTypeText。

Note: This property is read/write when the position is at the beginning of the Stream (Position=0), otherwise it is read-only.
注意:当位置位于记录流的起始位置时(Position[位置]=0),该属性为可读/可写;如果是其它情况的话,它的属性为只读。

Syntax
语法

objStream.Type


StreamTypeEnum

Constant常量 Value值 Description描述
adTypeBinary  1 Binary data
二进制数据
adTypeText 2 Default. Text data
默认值。文本数据

评论 (0) All