Specifies the ARITH_ABORT database option.
命名空間: Microsoft.SqlServer.Dac.Model
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public Property ArithAbortOn As Nullable(Of Boolean)
Get
Set
'用途
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.ArithAbortOn
instance.ArithAbortOn = value
public Nullable<bool> ArithAbortOn { get; set; }
public:
property Nullable<bool> ArithAbortOn {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ArithAbortOn : Nullable<bool> with get, set
function get ArithAbortOn () : Nullable<boolean>
function set ArithAbortOn (value : Nullable<boolean>)