tagBUFFERCOL.lPrecision Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the number of decimal places of precision contained in a buffer column.
public: int lPrecision;
public int lPrecision;
val mutable lPrecision : int
Public lPrecision As Integer
Field Value
Remarks
If the DataType of the column is not DT_NUMERIC or DT_DECIMAL, lPrecision contains a zero and is ignored.