BufferColumn.Scale Field

Definition

Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.

public: int Scale;
public int Scale;
val mutable Scale : int
Public Scale As Integer 

Field Value

Remarks

The Scale of a BufferColumn is nonzero for DT_NUMERIC and DT_DECIMAL data types.

Applies to