Partilhar via


Propriedade do RDL ReturnsNullOnNullInput

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IScalarValuedFunction. . :: . .ReturnsNullOnNullInput