Vertaling van "iif function" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The IIf function is frequently used to create calculated fields in queries.
La función SiInm se usa con frecuencia para crear campos calculados en consultas.
The example expressions in the following table use the IIf function to return one of two possible values.
Las expresiones de ejemplo que figuran en la siguiente tabla usan la función SiInm para devolver uno de dos posibles valores.
You pass the IIf function three arguments: The first argument is an expression that must return a True or False value.
A la función SiInm se le pasan tres argumentos. El primer argumento es una expresión que tiene que devolver el valor True o False.
Uses the IIf function to display the values of the City and PostalCode controls if the value in the Region control is null; otherwise, it displays the values of the City, Region, and PostalCode controls, separated by spaces.
Usa la función SiInm para mostrar los valores de los controles Ciudad y Código postal si el valor del control Región es nulo; en caso contrario, muestra los valores de los controles Ciudad, Región y Código postal, separados por espacios.
This example uses the IIf function to evaluate the TestMe parameter of the CheckIt procedure and returns the word "Large" if the amount is greater than 1000; otherwise, it returns the word "Small".
En este ejemplo se utiliza SiInm para evaluar el parámetro TestMe del procedimiento CheckIt y se devuelve la palabra "Large" si la cantidad es mayor que 1000; en caso contrario, se devuelve la palabra devuelve "Chicago".
Wednesday, October 31, 2012 SQL Server 2012 IIF function may replace CASE expression?
A continuación se muestra un ejemplo de uso de la nueva función IIF en SQL Server 2012.
Since each nested IIf function is the falsepart argument of the IIf function that contains it, the text "Some other language" is only returned if all the expr arguments of all the IIf functions evaluate to False.
Puesto que cada función Silnm anidada es el argumento falsepart de la función Silnm que la contiene, el texto "Otro idioma" solo se devuelve si todos los argumentos expr de todas las funciones Silnm se evalúan como False.