Database.ConcatenateNullYieldsNull Property
SQL Server 2012
Gets or sets a value that specifies whether the CONCAT_NULL_YIELDS_NULL database option is active.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>] abstract ConcatenateNullYieldsNull : bool with get, set [<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>] override ConcatenateNullYieldsNull : bool with get, set
Property Value
Type: System.BooleanA Boolean that specifies whether the ConcatenateNullYieldsNull database option is active. If True, the concatenated result is NULL. If False (default), the value is concatenated with a zero string.
