The DBPROPSET_COLUMN property set contains the following properties.
DBPROP_COL_AUTOINCREMENT |
|
DBPROP_COL_DEFAULT |
Type: Any
Typical R/W: R/W
Notes: Specifies the default value for this column. This may be a constant, an expression, or the getdate function. Queries are not supported as default values. String literals must be enclosed with single quotation marks, for example, 'myString'.
|
DBPROP_COL_FIXEDLENGTH |
Type: VT_BOOL
Typical R/W: R/W
|
DBPROP_COL_INCREMENT |
|
DBPROP_COL_ISLONG |
Type: VT_BOOL
Typical R/W: R/W
|
DBPROP_COL_NULLABLE |
|
DBPROP_COL_SEED |
|