IDatabaseOptions.NumericRoundAbortEnabled Property
SQL Server 2012
Gets or sets a Boolean property value that specifies whether the NUMERIC_ROUNDABORT database option is active.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("Database_NumericRoundAbortEnabledDesc")] [DisplayNameKeyAttribute("Database_NumericRoundAbortEnabledName")] bool NumericRoundAbortEnabled { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether there is a loss of precision due to rounding in an expression causes an error.If True, an error is generated and no results are returned.If False (default), a warning is generated and a NULL is returned.
