IDTSInputColumn100.Precision Property

Definition

Gets the total number of digits contained in an input column.

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

An Integer that indicates the total number of digits stored in the output column.

Attributes

Remarks

If the DataType property of the column is not DT_NUMERIC or DT_DECIMAL, this property is zero.

Applies to