Compartir a través de


ReturnsNullOnNullInput Propiedad

Gets or sets a value that indicates whether to call the function if at least one of the function arguments is null.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Property ReturnsNullOnNullInput As Boolean
    Get
    Set
'Uso
Dim instance As IMutableScalarValuedFunction
Dim value As Boolean

value = instance.ReturnsNullOnNullInput

instance.ReturnsNullOnNullInput = value
bool ReturnsNullOnNullInput { get; set; }
property bool ReturnsNullOnNullInput {
    bool get ();
    void set (bool value);
}
abstract ReturnsNullOnNullInput : bool with get, set
function get ReturnsNullOnNullInput () : boolean
function set ReturnsNullOnNullInput (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
true to call the function if at least one of the function arguments is null; otherwise, false.

Implementa

IScalarValuedFunction. . :: . .ReturnsNullOnNullInput