MaxNumericPrecision Property

From SQL-DMO

SQL-DMO

MaxNumericPrecision Property

The MaxNumericPrecision property returns the greatest decimal precision available for exact numeric data types, including decimal and numeric.

Applies To

SQLServer Object  

Syntax

object.MaxNumericPrecision

Parts

object

Expression that evaluates to an object in the Applies To list

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetMaxNumericPrecision(LPLONG pRetVal);