다음을 통해 공유


TSqlObjectOptions.AnsiNulls 속성

Gets or sets a value that indicates whether the ANSI_NULLS connection setting for objects is on or off.

네임스페이스:  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>
true if the ANSI_NULLS connection setting for objects is on or off; otherwise, false.

참고 항목

참조

TSqlObjectOptions 클래스

Microsoft.SqlServer.Dac.Model 네임스페이스