DatabaseOptions.AnsiNullDefault Property
SQL Server 2012
Gets or sets a Boolean property value that specifies whether the ANSI_NULL_DEFAULT database option is active.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public bool AnsiNullDefault { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether the ANSI_NULL_DEFAULT database option is active.If True, user-defined data types default to allowing NULL values. Otherwise, False (default).
