PropertyDef SQLSize Property

Meta Data Services Programming

Meta Data Services Programming

PropertyDef SQLSize Property

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.

Syntax

object.SQLSize

The SQLSize property syntax has the following part.

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.

See Also

PropertyDef Object