次の方法で共有


TSqlObjectOptions.AnsiNulls プロパティ

オブジェクトの ANSI_NULLS 接続設定が有効かどうかを指定します。

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public Property AnsiNulls As Nullable(Of Boolean)
    Get 
    Set
'使用
Dim instance As TSqlObjectOptions 
Dim value As Nullable(Of Boolean)

value = instance.AnsiNulls

instance.AnsiNulls = value
public Nullable<bool> AnsiNulls { get; set; }
public:
property Nullable<bool> AnsiNulls {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member AnsiNulls : Nullable<bool> with get, set
function get AnsiNulls () : Nullable<boolean>
function set AnsiNulls (value : Nullable<boolean>)

プロパティ値

型: System.Nullable<Boolean>

関連項目

参照

TSqlObjectOptions クラス

Microsoft.SqlServer.Dac.Model 名前空間