Поделиться через


Свойство ReturnsNullOnNullInput

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property ReturnsNullOnNullInput As Boolean
    Get
'Применение
Dim instance As IScalarValuedFunction
Dim value As Boolean

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

Значение свойства

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