ITableOptions.AnsiNullsStatus プロパティ

テーブルで ISO の NULL 処理が有効かどうかを示す Boolean 値を取得します。値の設定も可能です。

名前空間:  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
テーブルで ISO の NULL 処理が有効かどうかを示す Boolean 値です。テーブルで ISO の NULL 処理が有効な場合は True を返します。それ以外の場合は、False を返します。

関連項目

参照

ITableOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間