Dela via


ISqlServerOptions.IsNumericRoundAbortOn Property

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

Syntax

'Declaration
Property IsNumericRoundAbortOn As Nullable(Of Boolean)
'Usage
Dim instance As ISqlServerOptions 
Dim value As Nullable(Of Boolean)

value = instance.IsNumericRoundAbortOn

instance.IsNumericRoundAbortOn = value
Nullable<bool> IsNumericRoundAbortOn { get; set; }
property Nullable<bool> IsNumericRoundAbortOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsNumericRoundAbortOn () : Nullable<boolean>
function set IsNumericRoundAbortOn (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

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