BufferColumn.Scale 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.
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.