Share via


ISqlServerOptions.IsNumericRoundAbortOn Property

Gets or sets a value that models the default NUMERIC_ROUND_ABORT setting.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsNumericRoundAbortOn As Nullable(Of Boolean)
Nullable<bool> IsNumericRoundAbortOn { get; set; }
property Nullable<bool> IsNumericRoundAbortOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsNumericRoundAbortOn : Nullable<bool> with get, set
function get IsNumericRoundAbortOn () : Nullable<boolean>
function set IsNumericRoundAbortOn (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace