The size in bytes of the property. This parameter is ignored when the data type of the property inherently specifies the size of the property.
object.SQLSize
The SQLSize property syntax has the following parts.
Part | Description |
object | An object expression that evaluates to a PropertyDef object. |
Note If a SQLSize is set to a value greater than 65535, the engine divides the entered number by 65536 and sets SQLSize to the value of the remainder of the division, but no error is returned.