ISqlServerOptions.IsConcatNullYieldsNullOn (Propiedad)
Obtiene o establece un valor que modela la configuración predeterminada de CONCAT_NULL_YIELDS_NULL.
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
Property IsConcatNullYieldsNullOn As Nullable(Of Boolean)
Get
Set
Nullable<bool> IsConcatNullYieldsNullOn { get; set; }
property Nullable<bool> IsConcatNullYieldsNullOn {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract IsConcatNullYieldsNullOn : Nullable<bool> with get, set
function get IsConcatNullYieldsNullOn () : Nullable<boolean>
function set IsConcatNullYieldsNullOn (value : Nullable<boolean>)
Valor de propiedad
Tipo: System.Nullable<Boolean>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.