Freigeben über


ISqlServerOptions.IsNumericRoundAbortOn-Eigenschaft

Ruft einen Wert ab, der die standardmäßige NUMERIC_ROUND_ABORT-Option modelliert, oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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>)

Eigenschaftswert

Typ: System.Nullable<Boolean>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlServerOptions Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace