Udostępnij za pośrednictwem


Właściwość Database.AnsiNullsEnabled

Pobiera lub ustawia wartość właściwość ANSI_NULLS_ENABLED wartość logiczna.

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,  _
    "false")> _
Public Property AnsiNullsEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As Database
Dim value As Boolean

value = instance.AnsiNullsEnabled

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

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy AnsiNullsEnabled opcja bazy danych jest aktywny.Jeśli True, zrównać porównań wartości null, wartość false.Jeśli False (domyślnie), zrównać porównań wartości null, wartość true.

Implementacje

IDatabaseOptions.AnsiNullsEnabled