MaxNumericPrecision Property (SQL-DMO)

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

Part Description
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);

  


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