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