IDTSOutputColumn100.Precision Property

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property Precision As Integer 
    Get
'Usage
Dim instance As IDTSOutputColumn100 
Dim value As Integer 

value = instance.Precision
int Precision { get; }
property int Precision {
    int get ();
}
abstract Precision : int
function get Precision () : int

Property Value

Type: System.Int32
An Integer that represents the number of digits stored in the output column.

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.

See Also

Reference

IDTSOutputColumn100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace