Partager via


ISqlServerOptions.IsArithAbortOn, propriété

Obtient ou définit une valeur qui modélise le paramètre ARITHABORT par défaut.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property IsArithAbortOn As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> IsArithAbortOn { get; set; }
property Nullable<bool> IsArithAbortOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsArithAbortOn : Nullable<bool> with get, set
function get IsArithAbortOn () : Nullable<boolean>
function set IsArithAbortOn (value : Nullable<boolean>)

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms