次の方法で共有


TSqlModelOptions.ConcatNullYieldsNull プロパティ

CONCAT_NULL_YIELDS_NULL データベース オプションを指定します。

名前空間:  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>)

プロパティ値

型: System.Nullable<Boolean>

関連項目

参照

TSqlModelOptions クラス

Microsoft.SqlServer.Dac.Model 名前空間