Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the NUMERIC_ROUNDABORT database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property NumericRoundAbortOn As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.NumericRoundAbortOn
instance.NumericRoundAbortOn = value
public Nullable<bool> NumericRoundAbortOn { get; set; }
public:
property Nullable<bool> NumericRoundAbortOn {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member NumericRoundAbortOn : Nullable<bool> with get, set
function get NumericRoundAbortOn () : Nullable<boolean>
function set NumericRoundAbortOn (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>