AnsiNullsStatus 属性

Gets or sets the Boolean value that determines whether ISO null handling is enabled on the table.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("Table_AnsiNullsStatusName")> _
<DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")> _
Property AnsiNullsStatus As Boolean
    Get
    Set
用法
Dim instance As ITableOptions
Dim value As Boolean

value = instance.AnsiNullsStatus

instance.AnsiNullsStatus = value
[DisplayNameKeyAttribute("Table_AnsiNullsStatusName")]
[DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")]
bool AnsiNullsStatus { get; set; }
[DisplayNameKeyAttribute(L"Table_AnsiNullsStatusName")]
[DisplayDescriptionKeyAttribute(L"Table_AnsiNullsStatusDesc")]
property bool AnsiNullsStatus {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("Table_AnsiNullsStatusName")>]
[<DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")>]
abstract AnsiNullsStatus : bool with get, set
function get AnsiNullsStatus () : boolean
function set AnsiNullsStatus (value : boolean)

属性值

类型: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.