PropertyDef SQLScale Property

See Also

The number of digits to the right of the decimal point for a numeric property. This parameter is ignored unless the SQLType property specifies an SQL_NUMERIC, SQL_DECIMAL, or SQL_TIME data type.

Syntax

object.SQLScale

The SQLScale property syntax has the following parts.

Part Description
object An object expression that evaluates to a PropertyDef object.