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