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.