JET_coltyp列舉
ESENT 資料行類型。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Enumeration JET_coltyp
'Usage
Dim instance As JET_coltyp
public enum JET_coltyp
成員
成員名稱 | 說明 | |
---|---|---|
零 | Null 資料行類型。 資料行建立無效。 | |
bit | True、False 或 Null。 | |
UnsignedByte | 1 位元組整數,不帶正負號。 | |
Short | 2 位元組整數,帶正負號。 | |
long | 4 位元組整數,帶正負號。 | |
貨幣 | 8 位元組整數,帶正負號。 | |
IEEESingle | 4 位元組 IEEE 單精確度。 | |
IEEEDouble | 8 位元組 IEEE 雙精確度。 | |
Datetime | 整數日期、小數點時間。 | |
Binary | 二進位資料,最多 255 個位元組。 | |
Text | 文字資料,最多 255 個位元組。 | |
LongBinary | 二進位資料,最多 2 GB。 | |
LongText | 文字資料,最多 2 GB。 |