ISqlDatabaseOptions.IsNumericRoundAbortOn Property

Gets or sets whether NUMERIC_ROUNDABORT is on.

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

Syntax

'Declaration
Property IsNumericRoundAbortOn As Boolean
    Get
    Set
'Usage
Dim instance As ISqlDatabaseOptions
Dim value As Boolean

value = instance.IsNumericRoundAbortOn

instance.IsNumericRoundAbortOn = value
bool IsNumericRoundAbortOn { get; set; }
property bool IsNumericRoundAbortOn {
    bool get ();
    void set (bool value);
}
function get IsNumericRoundAbortOn () : boolean
function set IsNumericRoundAbortOn (value : boolean)
abstract IsNumericRoundAbortOn : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

ISqlDatabaseOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace