Indicates the operational type or data type of a Property object.
Sets or returns values from the DataTypeEnum enumeration. The following ADO constants are supported.
| Constant | Value | Description |
|---|---|---|
| adWChar | 8 | A null-terminated character string (Unicode) |
| adBinary | 128 | A binary value |
| adInteger | 3 | A 4-byte signed integer |
| adSmallInt | 2 | A 2-byte signed integer |
| adDouble | 5 | A double-precision floating point value |
| adDate | 7 | A Date value |
| adUnsignedSmallInt | 18 | A 2-byte unsigned integer |
| adUnsignedInt | 19 | A 4-byte unsigned integer |