Database.NumericRoundAbortEnabled Property
Gets or sets a value that specifies whether the NUMERIC_ROUNDABORT database option is active.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> Public Property NumericRoundAbortEnabled As Boolean
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.
This option can also be changed by using the Transact-SQL ALTER DATABASE statement.
Show: