Expand Minimize
This topic has not yet been rated - Rate this topic

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)
final function get AnsiNullsEnabled () : boolean 
final function set AnsiNullsEnabled (value : boolean)

Property Value

Type: System.Boolean
A 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.

Implements

IDatabaseOptions.AnsiNullsEnabled
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.