DTS Programming
NumericScale Property
The NumericScale property specifies the numeric scale of the column if it has a decimal or numeric data type.
Applies To
| Column Object |
Syntax
object.NumericScale [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a Column object |
| value | Numeric scale of the column |
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetNumericScale(LONG *pRetVal);
HRESULT SetNumericScale(LONG NewValue);