Udostępnij za pośrednictwem


Właściwość Database.NumericRoundAbortEnabled

Pobiera lub ustawia wartość logiczna wartości właściwość, która określa, czy opcja NUMERIC_ROUNDABORT bazy danych jest aktywny.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property NumericRoundAbortEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As Database
Dim value As Boolean

value = instance.NumericRoundAbortEnabled

instance.NumericRoundAbortEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool NumericRoundAbortEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
virtual property bool NumericRoundAbortEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
abstract NumericRoundAbortEnabled : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
override NumericRoundAbortEnabled : bool with get, set
final function get NumericRoundAbortEnabled () : boolean
final function set NumericRoundAbortEnabled (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość, która określa utratę precyzji ze względu na zaokrąglenia w wyrażenie powoduje błąd.Jeśli True, generowany jest błąd i żadne wyniki nie są zwracane.Jeśli False (domyślnie), jest generowane ostrzeżenie i zwracana jest wartość NULL.

Implementacje

IDatabaseOptions.NumericRoundAbortEnabled

Uwagi

Tę opcję można także zmienić, używając instrukcji ALTER DATABASE języka Transact-SQL.