Share via


SqlPlanGenerationOptions.ConnectionSettings.ArithAbort Property

Gets or sets the ArithAbort value.

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

Syntax

'Declaration
Public Property ArithAbort As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As SqlPlanGenerationOptions..::..ConnectionSettings
Dim value As Nullable(Of Boolean)

value = instance.ArithAbort

instance.ArithAbort = value
public Nullable<bool> ArithAbort { get; set; }
public:
property Nullable<bool> ArithAbort {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get ArithAbort () : Nullable<boolean>
function set ArithAbort (value : Nullable<boolean>)
member ArithAbort : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

Remarks

Value may be null.

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions.ConnectionSettings Class

SqlPlanGenerationOptions.ConnectionSettings Members

Microsoft.Data.Schema.Sql.Build Namespace