Udostępnij przez


Database.NumericRoundAbortEnabled Property

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)

Syntax

'Deklaracja
<SfcPropertyAttribute> _
Public Property NumericRoundAbortEnabled As Boolean
[SfcPropertyAttribute] 
public bool NumericRoundAbortEnabled { get; set; }
[SfcPropertyAttribute] 
public:
virtual property bool NumericRoundAbortEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
/** @property */
public final boolean get_NumericRoundAbortEnabled ()

/** @property */
public final void set_NumericRoundAbortEnabled (boolean value)
public final function get NumericRoundAbortEnabled () : boolean

public final function set NumericRoundAbortEnabled (value : boolean)

Property Value

A 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.

Remarks

This option can also be changed by using the Transact-SQL ALTER DATABASE statement.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.