Visual Basic Reference

NumericScale Property

See Also    Example    Applies To

Returns or sets the maximum number of digits to the right of the decimal point for the DEField or DEParameter object. This property is read-only for the DEField object, is read-write for the DEParameter object, and applies only to numeric DEField and DEParameter objects.

Syntax

object.NumericScale [=number]

The NumericScale property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
number A Long expression that specifies the maximum number of digits to the right of the decimal point for the DEField or DEParameter object.

Remarks

This property corresponds to the ADO Field or Parameter NumericScale properties.