DTS Programming
Precision Property
The Precision property specifies the precision of numeric values in a column.
Applies To
| DTSDataPumpColumn Object | DTSDataPumpColumn2 Object |
Syntax
object.Precision
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Data Type
Byte
Modifiable
Read-only
Prototype (C/C++)
HRESULT get_Precision( BYTE *pbPrecision);