Compartir a través de


ISqlServerOptions.IsNumericRoundAbortOn (Propiedad)

Obtiene o establece un valor que modela la configuración predeterminada de NUMERIC_ROUND_ABORT.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Nullable<Boolean>

Seguridad de .NET Framework

Vea también

Referencia

ISqlServerOptions Interfaz

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