DTP_BUFFCOL.lScale Field

Definition

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.

Applies to