Gets or sets Arithmetic Abort Enabled option.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool ArithmeticAbortEnabled { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ArithmeticAbortEnabled As Boolean |
| Visual C++ |
|---|
public: property bool ArithmeticAbortEnabled { bool get (); void set (bool value); } |