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.ByteThe greatest decimal precision available for exact numeric data types (not floating point), including decimal and numeric.