| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| tableName | String | The name of the table containing the column. | ||
| columnName | String | The name of the column to alter. | ||
| newColumnType | iseColumnType | The new column type. | ||
| newRequired | Boolean | The new required property of the column. | ||
| newSize | Integer | Optional | The new column size. If omitted, a value of 1 is assumed. | |
| identity | Boolean | Optional | Indicates whether the column is an Identity (autonumber) column. If omitted, a value of False is assumed. |
A Boolean value indicating success.