We recommend using Visual Studio 2017
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)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design, "false")] public bool AnsiNullsEnabled { get; set; }
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.
Implements
IDatabaseOptions.AnsiNullsEnabled
Show: