ITableOptions.AnsiNullsStatus Property
SQL Server 2012
Gets or sets the Boolean value that determines whether ISO null handling is enabled on the table.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")] [DisplayNameKeyAttribute("Table_AnsiNullsStatusName")] bool AnsiNullsStatus { get; set; }
Property Value
Type: System.BooleanA Boolean value that determines whether ISO null handling is enabled on the table.Returns True if ISO null handling is enabled on the table; otherwise, False.
