Precision Property

DTS Programming

DTS Programming

Precision Property

The Precision property specifies column precision, if it has a decimal or numeric data type.

Applies To
Column Object
Syntax

object.Precision [= value]

Part Description
object Expression that evaluates to a Column object
value Column precision

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetPrecision(LONG *pRetVal);

HRESULT SetPrecision(LONG NewValue);

See Also

DataType Property

NumericScale Property