Share via


ISqlServerOptions.IsArithAbortOn Property

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

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

Syntax

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

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace