DTP_BUFFCOL.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 scale of numeric data in a 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 scale of numeric data in the column. For all other types, the value is zero and is ignored.