DictionaryForumContacts

   Spanish
Terms for subject Microsoft containing parámetro | all forms | exact matches only
SpanishEnglish
bloque de parámetrosparameter block (A buffer that contains the data for one or more properties, or a pointer to the data)
consulta con parámetrosparameterized query (A query that accepts input values through parameters)
consulta de parámetrosparameter query (A type of query that, when you run it, prompts for values (criteria) to use to select the records for the result set so that the same query can be used to retrieve different result sets)
filtro de fila con parámetrosparameterized row filter (A row filter available with merge replication that allows you to restrict the data replicated to a Subscriber based on a system function or user-defined function (for example: SUSER_SNAME()))
informe con parámetrosparameterized report (A published report that accepts input values through parameters)
lista de parámetros de tipo genéricogeneric type parameter list (The list of generic type parameters of a generic type or method, specified as part of the definition of the generic type or generic method)
parámetro de fecha de finalizaciónend date parameter (A parameter to set an end date)
parámetro de modificadorswitch parameter (A parameter that does not take an argument)
parámetro de salidaoutput parameter (A parameter containing data that the server application is transmitting to the client application)
parámetro de tipo genéricogeneric type parameter (In a generic type definition, a placeholder for a type that the user specifies (generic type argument) when creating instances of a generic type or when calling a generic method)
parámetro del conjunto de datosdataset parameter (A type of parameter that is created by the reporting framework when a dataset is created based on the Query property and the Dynamic Filters property of the dataset)
parámetro necesariorequired parameter (A parameter that must be specified when the program is executed)
parámetro obligatoriomandatory parameter (A parameter that must be specified when the program is executed)
parámetro opcionaloptional parameter (A parameter that may be specified, but is not required. The program will assume a default value if it is not provided)
parámetro que no admite valores NULLnonnullable parameter (A parameter which cannot take a NULL value)
parámetros de ejecuciónrun settings (A set of properties that influence the way a load test runs. For example, test duration and description could be specified in the run settings)
restricción de constructor sin parámetrosparameterless constructor constraint (A restriction on a generic type parameter, such that types substituted for that type parameter must provide a parameterless or default constructor)
restricción de parámetro de tipo genéricogeneric type parameter constraint (A way of limiting the types that can be specified for a generic type parameter. For example, types substituted for the type parameter can be constrained to inherit from a particular type, to implement a specific interface, to provide a parameterless constructor, and so on)