Expand Minimize
This topic has not yet been rated - Rate this topic

Database::ArithmeticAbortEnabled Property

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::Boolean
A 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.

Implements

IDatabaseOptions::ArithmeticAbortEnabled
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.