Italian | English |
blocco parametri | parameter block (A buffer that contains the data for one or more properties, or a pointer to the data) |
classe con parametri | parameterized class (In a static structure diagram, a template that describes a class with one or more unbound formal parameters. It defines a family of classes, each of which is specified by binding the parameters to actual values) |
elenco dei parametri di tipo generico | generic 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) |
filtro di riga con parametri | parameterized 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())) |
funzioni senza parametri | niladic functions (Functions that do not have any input parameters) |
parametro che non supporta valore Null | nonnullable parameter (A parameter which cannot take a NULL value) |
parametro del set di dati | dataset 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) |
parametro di data di fine | end date parameter (A parameter to set an end date) |
parametro di formattazione | format switch (A switch (\*) or instruction that specifies the capitalization, numeral style, and character formatting that Microsoft Word uses in a field result) |
parametro di output | output parameter (A parameter containing data that the server application is transmitting to the client application) |
parametro di tipo generico | generic 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) |
parametro formato numerico | numeric picture switch (A switch (\) or instruction that specifies how Microsoft Word will display the numeric result of a field) |
parametro obbligatorio | required parameter (A parameter that must be specified when the program is executed) |
parametro obbligatorio | mandatory parameter (A parameter that must be specified when the program is executed) |
parametro opzionale | optional parameter (A parameter that may be specified, but is not required. The program will assume a default value if it is not provided) |
parametro opzionale | switch parameter (A parameter that does not take an argument) |
parametro posizionale | positional parameter (A parameter that can be specific without the parameter part (e.g. get item foo instead of get item name foo)) |
parametro universale | ubiquitous parameter (A parameter that is automatically available on every cmdlet, for example ErrorAction, ErrorVariable, OutputVariable, OutputBuffer, Debug) |
query con parametri | parameter 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) |
query con parametri | parameterized query (A query that accepts input values through parameters) |
report con parametri | parameterized report (A published report that accepts input values through parameters) |
tipo con parametri | parameterized type (A type whose definition has placeholders for actual types that the user specifies when creating and using instances of the type. C++ templates and common language runtime generics are examples of parameterized types) |
vincolo del costruttore senza parametri | parameterless constructor constraint (A restriction on a generic type parameter, such that types substituted for that type parameter must provide a parameterless or default constructor) |
vincolo di parametro di tipo generico | generic 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) |