Partager via


Propriété DatabaseOptions.NumericRoundAbortEnabled

Gets or sets a Boolean property value that specifies whether the NUMERIC_ROUNDABORT database option is active.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NumericRoundAbortEnabled As Boolean 
    Get 
    Set
'Utilisation
Dim instance As DatabaseOptions 
Dim value As Boolean 

value = instance.NumericRoundAbortEnabled

instance.NumericRoundAbortEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool NumericRoundAbortEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool NumericRoundAbortEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member NumericRoundAbortEnabled : bool with get, set
function get NumericRoundAbortEnabled () : boolean 
function set NumericRoundAbortEnabled (value : boolean)

Valeur de propriété

Type : System.Boolean
A Boolean value that specifies whether there is a loss of precision due to rounding in an expression causes an error.If True, an error is generated and no results are returned.If False (default), a warning is generated and a NULL is returned.

Notes

Cette option peut aussi être modifiée à l'aide de l'instruction Transact-SQL ALTER DATABASE.

Exemples

Définition de propriétés

Voir aussi

Référence

DatabaseOptions Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Options de base de données