Precision Property (DTS)

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 an object in the Applies To list
value Column precision

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetPrecision(LONG *pRetVal);

HRESULT SetPrecision(LONG NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.