Condividi tramite


Proprietà ISqlDatabaseOptions.IsNumericRoundAbortOn

Ottiene o imposta un valore che modella l'opzione NUMERIC_ROUND_ABORT.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsNumericRoundAbortOn As Boolean
    Get
    Set
bool IsNumericRoundAbortOn { get; set; }
property bool IsNumericRoundAbortOn {
    bool get ();
    void set (bool value);
}
abstract IsNumericRoundAbortOn : bool with get, set
function get IsNumericRoundAbortOn () : boolean
function set IsNumericRoundAbortOn (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlDatabaseOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel