Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.47 KB

File metadata and controls

39 lines (34 loc) · 1.47 KB
title NumericScale Property (ADOX) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
_Column::PutNumericScale
_Column::GetNumericScale
_Column::NumericScale
_Column::put_NumericScale
_Column::get_NumericScale
helpviewer_keywords
NumericScale property [ADOX]
ms.assetid 573ee5d1-57c7-4a27-be79-a0e12944ad9b
author MightyPen
ms.author genemi

NumericScale Property (ADOX)

Indicates the scale of a numeric value in the column.

Settings and Return Values

Sets and returns a Byte value that is the scale of data values in the column when the Type property is adNumeric or adDecimal. NumericScale is ignored for all other data types.

Remarks

The default value is zero (0).

NumericScale is read-only for Column objects already appended to a collection.

Applies To

Column Object (ADOX)

See Also

ADOX Code Example: NumericScale and Precision Properties Example (VB)
Type Property (Column) (ADOX)