IVsDataColumn.Scale Property

Definition

Gets the maximum number of digits to the right of the decimal point.

public:
 property int Scale { int get(); };
public int Scale { get; }
member this.Scale : int
Public ReadOnly Property Scale As Integer

Property Value

An integer value representing the maximum number of digits to the right of the decimal point.

Applies to