Compartir a través de


ISqlDatabaseOptions.IsArithAbortOn (Propiedad)

Obtiene o establece un valor que modela la opción ARITHABORT.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IsArithAbortOn As Boolean
    Get
    Set
bool IsArithAbortOn { get; set; }
property bool IsArithAbortOn {
    bool get ();
    void set (bool value);
}
abstract IsArithAbortOn : bool with get, set
function get IsArithAbortOn () : boolean
function set IsArithAbortOn (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlDatabaseOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)