IVsDataColumn.Precision Property

Definition

Gets the maximum number of digits stored in the column.

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

Property Value

An integer value representing the maximum number of digits stored in the column.

Applies to