This topic has not yet been rated - Rate this topic

IServerInformation.MaxPrecision Property

SQL Server 2012

Gets the greatest decimal precision available for exact numeric data types (not floating point), including decimal and numeric.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayNameKeyAttribute("Server_MaxPrecisionName")]
[DisplayDescriptionKeyAttribute("Server_MaxPrecisionDesc")]
byte MaxPrecision { get; }

Property Value

Type: System.Byte
The greatest decimal precision available for exact numeric data types (not floating point), including decimal and numeric.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.