NumericScale Property (ADOX)

Microsoft ActiveX Data Objects (ADO)

ADOX 2.5 API Reference

NumericScale Property

Indicates the scale of a numeric value in the column.

Settings and Return Values

Sets and returns a Byte value that is the scale of data values in the column when the Type property is adNumeric or adDecimal. NumericScale is ignored for all other data types.

Remarks

The default value is zero (0).

NumericScale is read-only for Column objects already appended to a collection.

See Also

NumericScale and Precision Properties Example (VB)

Type Property (Column)

Applies To: Column Object

© 1998-2003 Microsoft Corporation. All rights reserved.