Share via


Database.AnsiNullDefault Property

Gets or sets AnsiNullDefault Property.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property AnsiNullDefault As Boolean
    Get
    Set
'Usage
Dim instance As Database
Dim value As Boolean

value = instance.AnsiNullDefault

instance.AnsiNullDefault = value
[SfcPropertyAttribute]
public bool AnsiNullDefault { get; set; }
[SfcPropertyAttribute]
public:
virtual property bool AnsiNullDefault {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute>]
abstract AnsiNullDefault : bool with get, set
[<SfcPropertyAttribute>]
override AnsiNullDefault : bool with get, set
final function get AnsiNullDefault () : boolean
final function set AnsiNullDefault (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that specifies whether the AnsiNullDefault database option is active. If True, user-defined data types default to allowing NULL values. Otherwise, False (default).

Implements

IDatabaseOptions.AnsiNullDefault