Share via


SqlPlanGenerationOptions.SetConcatNullYieldsNull Property

Gets whether SET CONCAT_NULL_YIELDS_NULL is enabled.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property SetConcatNullYieldsNull As Boolean
    Get
    Friend Set
'Usage
Dim instance As SqlPlanGenerationOptions
Dim value As Boolean

value = instance.SetConcatNullYieldsNull
public bool SetConcatNullYieldsNull { get; internal set; }
public:
property bool SetConcatNullYieldsNull {
    bool get ();
    internal: void set (bool value);
}
function get SetConcatNullYieldsNull () : boolean
internal function set SetConcatNullYieldsNull (value : boolean)
member SetConcatNullYieldsNull : bool with get, internal set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace