共用方式為


ITableOptions.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.

請參閱

參考

ITableOptions 介面

Microsoft.SqlServer.Management.Smo 命名空間