ITableOptions.AnsiNullsStatus Property

 

Applies To: SQL Server 2016 Preview

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)

Syntax

[DisplayNameKeyAttribute("Table_AnsiNullsStatusName")]
[DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")]
bool AnsiNullsStatus { get; set; }
[DisplayNameKeyAttribute("Table_AnsiNullsStatusName")]
[DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")]
property bool AnsiNullsStatus {
    bool get();
    void set(bool value);
}
[<DisplayNameKeyAttribute("Table_AnsiNullsStatusName")>]
[<DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")>]
abstract AnsiNullsStatus : bool with get, set
<DisplayNameKeyAttribute("Table_AnsiNullsStatusName")>
<DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")>
Property AnsiNullsStatus As Boolean

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.

See Also

ITableOptions Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top