Database.AnsiNullsEnabled Property
SQL Server 2012
Gets or sets a value that specifies whether the ANSI_NULLS_ENABLED database option is active.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration <SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design, _ "false")> _ Public Property AnsiNullsEnabled As Boolean Get Set 'Usage Dim instance As Database Dim value As Boolean value = instance.AnsiNullsEnabled instance.AnsiNullsEnabled = value
Property Value
Type: System.BooleanA Boolean value that specifies whether the AnsiNullsEnabled database option is active. If True, comparisons to null values equate to false. If False (default), comparisons to null values equate to true.
