The Size property specifies the maximum size of the column.
object.Size [= value]
Part | Description |
---|---|
object | Expression that evaluates to a Column object |
value | Maximum size of the column |
Long
Read/write
HRESULT GetSize(LONG *pRetVal);
HRESULT SetSize(LONG NewValue);
The Size property is ignored for columns that have fixed-length data types.