The NumericScale property specifies the numeric scale of the column if it has a decimal or numeric data type.
Column Object |
object.NumericScale [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Numeric scale of the column |
Long
Read/write
HRESULT GetNumericScale(LONG *pRetVal);
HRESULT SetNumericScale(LONG NewValue);