Propriedade do RDL ReturnsNullOnNullInput
Gets 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
ReadOnly Property ReturnsNullOnNullInput As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true to call the function if at least one of the function arguments is null; otherwise, false.
Consulte também