Database::ArithmeticAbortEnabled Property
SQL Server 2012
Gets or sets a value that specifies whether the ARITHMETICABORT database option is active.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)] public: virtual property bool ArithmeticAbortEnabled { bool get () sealed; void set (bool value) sealed; }
Property Value
Type: System::BooleanA Boolean value that specifies whether the ArithmeticAbortEnabled database option is active. If True, a transaction is stopped and rolled back when an arithmetic error occurs. If False (default), a transaction continues when an arithmetic error occurs.
