tagBUFFERCOL.lScale 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 contained in the buffer column.
public: int lScale;
public int lScale;
val mutable lScale : int
Public lScale As Integer
Field Value
Remarks
For DT_NUMERIC and DT_DECIMAL types, this value indicates the number of decimal places of precision contained in the column. For all other types, the value contains a zero and is ignored.