Column Definition Property

ADO and SQL Server

ADO and SQL Server

Column Definition Property

The Column Definition property returns valid clauses that can be used in column definition.

Applies To
Connection Object
Syntax

object.Properties("Column Definition")

Parts

object

Expression that evaluates to an object in the Applies To list.

Data Type

adInteger

Modifiable

Read-only

OLE DB Property

DBPROP_COLUMNDEFINITION

Remarks

Column Definition returns a bitmask defining the valid clauses for the definition of a column. For example, if Column Definition returns DBPROPVAL_CD_NOTNULL, the NOT NULL clause is supported.