DTP_BUFFCOL.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 the numeric data 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, this value is zero and is ignored.