FlatFileColumn.DataScale Property
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.
Gets and sets the scale.
public:
property int DataScale { int get(); void set(int value); };
public int DataScale { get; set; }
member this.DataScale : int with get, set
Public Property DataScale As Integer
Property Value
An Integer that denotes the scale.
Remarks
Scale is the number of digits to the right of the decimal point in a number. For example, the number 123.45 has a precision of 5 and a scale of 2.