Compartir a través de


ISql90Function.DoReturnNullForNullInput (Propiedad)

Obtiene o establece un valor que modela la opción RETURNS NULL ON NULL INPUT.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property DoReturnNullForNullInput As Boolean
    Get
    Set
bool DoReturnNullForNullInput { get; set; }
property bool DoReturnNullForNullInput {
    bool get ();
    void set (bool value);
}
abstract DoReturnNullForNullInput : bool with get, set
function get DoReturnNullForNullInput () : boolean
function set DoReturnNullForNullInput (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90Function Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)