Partager via


Propriété TSqlModelOptions.ArithAbortOn

Specifies the ARITH_ABORT database option.

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Property ArithAbortOn As Nullable(Of Boolean)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Nullable<Boolean>

Voir aussi

Référence

TSqlModelOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Model