IDTSOutputColumn100.Precision 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.
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 represents the number of digits stored in the output column.
- Attributes
Remarks
If the column DataType is not DT_NUMERIC or DT_DECIMAL, this property is zero.
For more information about Integration Services data types and their properties, see Integration Services Data Types.