Share via


IDTSVirtualInputColumn100.Precision Property

Definition

public:
 property int Precision { int get(); };
[System.Runtime.InteropServices.DispId(103)]
public int Precision { [System.Runtime.InteropServices.DispId(103)] get; }
[<System.Runtime.InteropServices.DispId(103)>]
[<get: System.Runtime.InteropServices.DispId(103)>]
member this.Precision : int
Public ReadOnly Property Precision As Integer

Property Value

The total number of digits places stored in the virtual input column.

Attributes

Remarks

If the DataType of the column is not DT_NUMERIC or DT_DECIMAL, this value must be zero.

Applies to