JET_COLUMNBASE properties
Include protected members
Include inherited members
The JET_COLUMNBASE type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
cbMax | Gets the maximum length of the column. This is only meaningful for columns of type Text, LongText, Binary and LongBinary. |
![]() |
coltyp | Gets type of the column. |
![]() |
columnid | Gets the columnid of the column. |
![]() |
cp | Gets code page of the column. This is only meaningful for columns of type Text and LongText. |
![]() |
grbit | Gets the column options. |
![]() |
szBaseColumnName | Gets the name of the column in the template table. |
![]() |
szBaseTableName | Gets the table from which the current table inherits its DDL. |
Top