NumericScale Property (DTS)

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 an object in the Applies To list
value Numeric scale of the column

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetNumericScale(LONG *pRetVal);

HRESULT SetNumericScale(LONG NewValue);

  


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