Specifies the CONCAT_NULL_YIELDS_NULL database option.
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public Property ConcatNullYieldsNull As Nullable(Of Boolean)
Get
Set
用法
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.ConcatNullYieldsNull
instance.ConcatNullYieldsNull = value
public Nullable<bool> ConcatNullYieldsNull { get; set; }
public:
property Nullable<bool> ConcatNullYieldsNull {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ConcatNullYieldsNull : Nullable<bool> with get, set
function get ConcatNullYieldsNull () : Nullable<boolean>
function set ConcatNullYieldsNull (value : Nullable<boolean>)