This topic has not yet been rated - Rate this topic

ITableOptions.AnsiNullsStatus Property

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.Boolean
A 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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.