Vlastnost ADO RecordType


❮ Dokončete referenci objektu záznamu

Vlastnost RecordType vrací hodnotu RecordTypeEnum , která označuje typ objektu Record.


Syntax

rectype=objrecord.RecordType

RecordTypeEnum hodnoty

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

❮ Dokončete referenci objektu záznamu