Udostępnij przez


IDatabaseOptions.NumericRoundAbortEnabled Property

Gets or sets a Boolean property value that specifies whether the NUMERIC_ROUNDABORT database option is active. This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayNameKeyAttribute("Database_NumericRoundAbortEnabledName")> _
<DisplayDescriptionKeyAttribute("Database_NumericRoundAbortEnabledDesc")> _
Property NumericRoundAbortEnabled As Boolean
[DisplayNameKeyAttribute("Database_NumericRoundAbortEnabledName")] 
[DisplayDescriptionKeyAttribute("Database_NumericRoundAbortEnabledDesc")] 
bool NumericRoundAbortEnabled { get; set; }
[DisplayNameKeyAttribute(L"Database_NumericRoundAbortEnabledName")] 
[DisplayDescriptionKeyAttribute(L"Database_NumericRoundAbortEnabledDesc")] 
property bool NumericRoundAbortEnabled {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_NumericRoundAbortEnabled ()

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

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.