w3pop.com :: 网络学院 :: ADO :: ADO RecordType 属性
The RecordType property returns a RecordTypeEnum value that indicates the type of a Record object.
RecordType属性的作用是:返回一个用于指示Record[记录]对象的类型的RecordTypeEnum值。
rectype=objrecord.RecordType |
| Constant常量 | Value值 | Description描述 |
|---|---|---|
| adRecordUnknown | -1 | An unknown Record type 指示未知的记录类型 |
| adSimpleRecord | 0 | A simple Record type that does not contain child nodes 指示不包含字节点的单一记录类型 |
| adCollectionRecord | 1 | A collection Record type that contains child nodes 指示包含字节点的记录类型 |
| adStructDoc | 2 | A Record type that represents COM structured documents 指示代表COM结构化文档的记录类型 |
评论 (0)
All