Udostępnij za pośrednictwem


Właściwość IDatabaseOptions.NumericRoundAbortEnabled

Pobiera lub ustawia Boolean wartości właściwość, który 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
<DisplayNameKeyAttribute("Database_NumericRoundAbortEnabledName")> _
<DisplayDescriptionKeyAttribute("Database_NumericRoundAbortEnabledDesc")> _
Property NumericRoundAbortEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.NumericRoundAbortEnabled

instance.NumericRoundAbortEnabled = value
[DisplayNameKeyAttribute("Database_NumericRoundAbortEnabledName")]
[DisplayDescriptionKeyAttribute("Database_NumericRoundAbortEnabledDesc")]
bool NumericRoundAbortEnabled { get; set; }
[DisplayNameKeyAttribute(L"Database_NumericRoundAbortEnabledName")]
[DisplayDescriptionKeyAttribute(L"Database_NumericRoundAbortEnabledDesc")]
property bool NumericRoundAbortEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("Database_NumericRoundAbortEnabledName")>]
[<DisplayDescriptionKeyAttribute("Database_NumericRoundAbortEnabledDesc")>]
abstract NumericRoundAbortEnabled : bool with get, set
function get NumericRoundAbortEnabled () : boolean
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.

Uwagi

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