Proprietà ArithmeticAbortEnabled

Ottiene o imposta il valore della proprietà ARITHMETICABORT.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property ArithmeticAbortEnabled As Boolean
    Get
    Set
'Utilizzo
Dim instance As Database
Dim value As Boolean

value = instance.ArithmeticAbortEnabled

instance.ArithmeticAbortEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool ArithmeticAbortEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
virtual property bool ArithmeticAbortEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
abstract ArithmeticAbortEnabled : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
override ArithmeticAbortEnabled : bool with get, set
final function get ArithmeticAbortEnabled () : boolean
final function set ArithmeticAbortEnabled (value : boolean)

Valore proprietà

Tipo: System. . :: . .Boolean
Valore Boolean che specifica se l'opzione di database ArithmeticAbortEnabled è attiva. Se True, viene arrestata la transazione e viene eseguito il rollback quando si verifica un errore aritmetico. Se False (impostazione predefinita), la transazione prosegue quando si verifica un errore aritmetico.

Implementa

IDatabaseOptions. . :: . .ArithmeticAbortEnabled