DictionaryForumContacts

   French
Terms for subject Microsoft containing types | all forms | exact matches only
FrenchEnglish
adaptateur de type requête-réponserequest-response adapter (A receive adapter that receives a request message from the client, submits it to the server, waits for a response, and then sends the response back to the client)
adaptateur de type sollicitation-réponsesolicit-response adapter (A two-way send adapter. A solicit-response send adapter sends a request message from BizTalk Server to a destination, waits for a response message, and then submits the response message back to BizTalk Server)
adaptateur non typéuntyped adapter (An adapter that accepts or emits multiple event types in which the payload structure or the type of fields in the payload are not known in advance. Examples are events from a CSV or text file, a SQL table, or a socket)
adaptateur typétyped adapter (An adapter that emits only a single event type)
argument de type génériquegeneric type argument (The type that the user specifies when creating instances of a generic type or when calling a generic method)
attribut de type de modificationchange type attribute (An attribute applicable to text file and database management agents that denotes the type of change (that is, add, modify, or delete) to be made to a connector space object)
bibliothèque de typestype library (A file (or component within another file) that contains Automation standard descriptions of exposed objects, properties, and methods)
caractère de type identificateuridentifier type character (" A character that that forces a literal to assume a data type other than the one its form indicates. You do this by appending the character to the end of the literal. For example, "%" forces the Integer data type of the literal "L" in the following declaration: Dim L%.")
caractère de type littéralliteral type character (A textual representation of a particular value of a data type. For example, 2147483647 represents a value of integer data type)
champ de type Duréeduration field (A type of field whose content is expressed as a duration of time. Examples include the Work, Duration, and Delay fields. A duration field includes the duration unit, such as hour, day, or week)
cheval de Troie de type AOL-exploitAOL exploit (A type of Trojan that attacks users of the AOL Internet service, often by retrieving passwords or modifying settings)
cohérence des typestype safety (The ability for languages and classes to exchange information through commonly agreed upon definitions and usage patterns for types)
Collaboration relative au type de contenu externeExternal Content Type Collaboration (A feature that turns on the Collaborate On functionality for a site collection)
contrainte de paramètre de type génériquegeneric 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)
de type sécurisétype-safe (Pertaining to programming languages that can exchange information through commonly agreed upon definitions and usage patterns for types)
descripteur de typetype descriptor (An object that defines the data type of an input, output or return parameter of a method instance object)
déclaration de typetype declaration (A declaration in a program that specifies the characteristics of a new data type, usually by combining more primitive existing data types)
définition de type de documentdocument type definition (A set of syntax rules for mark-up tags and their interpretation. Within an HTML (or XML) document, a DTD provides specific information on what tags are used in the document (and in what order those tags should appear), which tags can appear inside other ones, which tags have attributes, and so forth. Originally developed for use with Standard Generalized Markup Language (SGML), DTD defines the relationships between document elements)
définition de type génériquegeneric type definition (The definition of a generic type, in which type parameters act as placeholders for types that the user supplies when creating instances to use. These instances are not instances of the generic type definition, but of the constructed type formed by specifying type arguments)
définition de type partielpartial-type definition (The definition of a class across mulitple source files)
déformation d'images de type warpingwarping (The process of distorting a picture unevenly by squeezing some parts together and stretching other parts farther apart)
détection des typestype discovery (The process of identifying the types that should be part of an Entity Framework model)
effectuer une conversion de typecast To convert one data type to another, such as converting from integer to floating point (transtypage)
effectuer une transmission de type pushpush (To deliver data to a client without a client request for the data)
entité de type personneperson-type entity (An entity that represents a person, declared as such in metadata)
expression de type Variantvariant expression (Any expression that can evaluate to numeric, string, or date data, as well as the special values Empty and Null)
fortement typéstrongly-typed (Pertaining to a collection element whose type matches the actual type of the elements stored in the same collection, rather than the type of a base class)
image de type bb-frame (In MPEG and WMV encoding, a frame that contains only the differences from the frame preceding it and the frame following it)
image de type pp-frame (In MPEG and WMV compression, a frame that is composed of data from previous frames)
incompatibilité de typetype mismatch (A general error that happens when assigning a value to a variable of another type or when comparing values of incompatible data types)
inférence de typetype inference (A process in which the compiler determines the data type of a local variable that has been declared without an explicit data type declaration. The type is inferred from the initial value provided for the variable)
inférence de type de variable localelocal type inference (A process in which the compiler infers the type of a local variable that is declared with the var keyword in C or without an As clause in Visual Basic. The compiler infers the type of the variable from the type of the initializer expression)
jeux d'entités multiples par typemultiple entity sets per type (The ability for an entity type to be defined in more than one entity set)
journée typelifestyle snapshot (A documented day in the life of a persona. A lifestyle snapshot is created by a business analyst through interactions with the users)
liste de paramètres de type génériquegeneric 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)
mappage de type d'objetobject type mapping (" A relationship between an object type that is used to represent a resource in ILM "2" and an object class that is used to represent that object in the metaverse.")
membre ou type critique de sécuritésecurity-critical (Pertaining to a type or member that accesses secure resources and can only be used by fully trusted code in the .NET Framework)
mode de programmation de type cache-asidecache-aside programming pattern (A programming pattern in which if the data is not present in the cache, the application, not the distributed cache system, must reload data into the cache from the original data source)
modèle de type de contenu parentparent content type template (A type of content that exists prior to the association with an actual Windows SharePoint Services list. This distinction is made since items cannot use a type until it is associated with a WSS list)
Navigateur de hiérarchie des types MorphXMorphX Type Hierarchy Browser (A view that displays the structure of the selected Application Object Tree (AOT) class node and its inheritance hierarchies)
ordinateur personnel de type PC IntelIntel Architecture Personal Computer (Any computer built with a processor that conforms to the architecture defined by the Intel processor family based on the 486 instruction set and has an industry-standard computer architecture)
paire de clés de type EKendorsement key A key pair, consisting of a public key and a private key, which is used to verify that a TPM is genuine (Endorsement Key)
paramètre de type génériquegeneric 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)
polices Type 1Type 1 fonts (Scalable fonts designed to work with PostScript devices)
promotion de typetype promotion (The promotion of an element's scope to the namespace containing the module)
propriété de type événementevent property (A named attribute of a control, form, report, data access page, or section you use to respond to an associated event. You can run a procedure or macro when an event occurs by setting the related event property)
remise de type digestdigest delivery (A method of sending notifications that combines multiple notifications within a batch and sends the resulting message to a subscriber)
ressource de type Coûtcost resource (A resource that doesn't depend on the amount of work on a task or the duration of a task, such as airfare or lodging)
système de type communcommon type system The specification that determines how the common language runtime defines, uses, and manages types (CTS, Common Type System)
table par typetable-per-type (A method of modeling a type hierarchy in a database that uses multiple tables with one-to-one relationships to model the various types)
table par type concrettable-per-concrete type (A method of mapping the inheritance where each non-abstract type in the hierarchy is mapped to separate table in the database. Often used when there are unrelated tables that store the same kinds of data in the database. For example, the Product and DiscontinuedProduct tables)
transmission de type pushpush (The process of sending data to a network server)
type actionaction type (A classification that describes what an action does)
type anonymeanonymous type (A class type whose name is generated by the compiler and that inherits directly from Object. Members of an anonymous type are properties that are inferred from the object initializer that creates instances of the type)
type audioaudio type (One of the encoding formats for audio files, for instance Advanced Audio Coding (MP4), AIFF and WAV)
type blittableblittable type (A data type that has a unique characteristic and an identical presentation in memory for both managed and unmanaged environments. It can be directly shared)
type clr défini par l'utilisateurCLR user-defined type (A user-defined data type created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR))
type complexecomplex type (A composite type that represents a non-scalar property of an entity type, which enables scalar properties to be organized within entities)
type d'actionaction type (A classification that describes what an action does)
type d'affichageview type (The basic structure of a view. When you create a view, you must first select one of five view types (table, timeline, day/week/month, card, or icon) to determine how information will be arranged and formatted in your new view)
type d'aliasalias type (A user-defined data type based on one of the SQL Server system data types that can specify a certain data type, length, and nullability)
type d'approbationApproval Type (The UI field that specifies the role of a document approver)
type d'artefactartifact type (A type of data that a tool exposes publicly so that other tools can refer to it. Each artifact must have an artifact type. Each artifact must be identified by a unique and immutable artifact identifier)
type d'articleitem type (A broad category into which you can group item records. The item type indicates certain characteristics of the item, such as whether it is something that can be stored in a warehouse)
type d'attribut de référencereference attribute type (" An attribute type in which the values of the attribute are the ObjectIDs (globally unique identifiers) of other resources in ILM "2".")
type d'autorisationpermission type (One of 2 or 3 possible permissions that a user can grant to users or domains in the Options dialog box, on the Permissions tab. For individual users, the possible permissions are Allow and Block. For domains, the three types of permissions are Allow, Block, and Notify)
type de basebase type (A parent type or super-type in the Entity Data Model from which derived types inherit some of their properties)
type de buildbuild type (A template used to manage the conditions under which a single solution or a set of solutions will be built)
Type de campagneCampaign Type (The field in a Campaign form in which you can select the type of campaign that is being run. Possible types are Advertisement, Direct Marketing, Event, and Other)
type de canal de remisedelivery channel type (The protocol for a delivery channel, such as Simple Mail Transfer Protocol (SMTP) or File)
type de champfield type (The name that identifies the action or effect the field has in the document. Examples of field types are AUTHOR, COMMENTS, and DATE)
type de cibletarget type (The type of target, which has certain characteristics and behavior)
type de clientclient type (Information that determines how a cache client functions and impacts the performance of your application. There are two client types: a simple client type and a routing client type)
type de collecteurcollector type (A logical wrapper around the SQL Server Integration Services packages that provide the actual mechanism for collecting data and uploading it to the management data warehouse)
type de connexionconnection type (The type of Web Part connection. For example, the Provide Row To connection type passes a row of data from one Web Part to another Web Part)
type de contenucontent type (A group of reusable settings that describes the shared attributes and behaviors of a list item, a document, or a folder)
type de contenu basé sur des documentsdocument-based content type (A content type that inherits settings from a base content type that was designed for document libraries)
type de contenu basé sur l'élémentitem-based content type (A content type that inherits settings from a base content type that was designed for any type of SharePoint list item)
type de contenu externeexternal content type (An object (such as a customer, item, or employee) that shares a set of defined attributes or characteristics, and that is used to manage rules for data)
type de conversionconversion type (The type of currency conversion used to convert the buyer currency to the base currency for the Web site, or to convert the supplier currency to the base currency in a multicurrency transaction. The conversion type can be either a fixed (static) rate, or a spot (dynamic) rate)
type de corrélationcorrelation type (A set of message properties that uniquely identifies a business process and which is used to correlate messages with orchestration instances)
type de dessindrawing type (A Visio file (template) with a .vst extension that opens with the stencils, styles, and settings you need to create a particular type of drawing)
type de dimension financière systèmesystem-defined financial dimension type (A financial dimension mapped to a table or view in the database that represents an entity type and whose values are in the domain of one attribute of that entity type)
type de dimension financière utilisateuruser-defined financial dimension type (A financial dimension mapped to a user-defined list of values)
type de documentdocument type (A designation that identifies a document's purpose)
type de donnéesdata type (A property of a field that defines the kinds of data the field can store)
type de données booléenBoolean data type (A data type with only two passable values, True (-1) or False (0). Boolean variables are stored as 16-bit (2-byte) numbers)
type de données caractèreschar data type (A character data type that holds a maximum of 8,000 characters)
type de données compositecomposite data type (A data type where the sum of the members is larger than all individual members taken together, such as a structure or an array)
type de données curseurcursor data type (A special data type used to reference a cursor)
type de données de champfield data type (A property of a field that defines the kinds of data the field can store)
type de données DoubleDouble data type (A fundamental data type that holds double-precision floating-point numbers. It's stored as a 64-bit number ranging in value from approximately -1.797E308 to -4.940E-324 (negative), from 4.94E-324 to 1.797E308 (positive), and 0)
type de données IntegerInteger data type (A fundamental data type that holds integers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767)
type de données Lien hypertexteHyperlink data type (A data type for an Access database field that stores hyperlink addresses. An address can have up to four parts and is written using the following format: A data type for an Access database field that stores hyperlink addresses. An address can have up to four parts and is written using the following format: displaytextaddresssubaddress)
type de données LongLong data type (A fundamental data type that holds large integers. A Long variable is stored as a 32-bit number ranging in value from -2,147,483,648 to 2,147,483,647)
type de données ObjetObject data type (A fundamental data type representing any object that can be recognized by Visual Basic. Although you can declare any object variable as type Object, it is best to declare object variables according to their specific types)
type de données Objet OLEOLE Object data type (A field data type that you use for objects created in other applications that can be linked or embedded (inserted) in an Access database)
type de données Oui/NonYes/No data type (A field data type you use for fields that will contain only one of two values, such as Yes or No and True or False. Null values are not allowed)
type de données scalairescalar data type (A data type defined as having a predictable and enumerable sequence of values that can be compared for greater-than/less-than relationships. Scalar data types include integers, characters, user-defined enumerated data types, and (in most implementations) Boolean values)
type de données SingleSingle data type (A data type that stores single-precision floating-point variables as 32-bit (4-byte) floating-point numbers ranging in value from -3.402823E38 to -1.401298E-45 for negative values and 1.401298E-45 to 3.402823E38 for positive values)
type de données StringString data type (A fundamental data type that holds characters, one character per 2 bytes. A fixed-length string can contain 1 to 64K characters; a variable-length string can contain 1 to 2 billion)
type de données uniqueidentifieruniqueidentifier data type (A data type containing a unique identification number stored as a 16-byte binary string used for storing a globally unique identifier (GUID))
type de données VariantVariant data type (The default data type for variables that don't have type-declaration characters when a Deftype statement isn't in effect. A Variant can store numeric, string, date/time, Null, or Empty data)
type de données élémentaireelementary data type (A simple data type, such as Boolean, Long, or Decimal)
type de données énuméréenumerated data type (A data type consisting of a sequence of named values given in a particular order)
type de déploiementdeployment type (A technology that is used to deploy an application to devices. A deployment type is contained within an application; for example, Windows Installer could be a deployment type for the "Visio 2007" application)
Type de fichierSave as type (An option in the Save As dialog that enables a user to save a file in different formats or versions)
type de fichierfile type (The format of a file, commonly indicated by its file name extension. The file type indicates which program the file was created in and can be opened with)
type de fichier inscrit dans le Registreregistered file type (File types that are tracked by the system registry and are recognized by the programs you have installed on your computer)
type de filtragescreening type (The method of screening that is applied before files are saved. Examples are active screening and passive screening)
type de groupegroup type (The value that specifies whether the group is used for e-mail distribution, securing resources, or both)
type de liaisonlink type (The type of task dependency. The four dependency types are Finish-to-start [FS], Finish-to-finish [FF], Start-to-start [SS], and Start-to-finish [SF])
type de listelisting type (The type of application that a developer wants to publish or list in a Microsoft marketplace; for example, an App for Office, an App for SharePoint, or a Windows Azure Catalog App)
type de l'objet connectéconnected object type (The object type in the connected system to which the ILM objects are connected)
type de matérielhardware type (A classification for similar devices. For example, Imaging Device is a hardware type for digital cameras and scanners)
type de menacethreat type (A category of entry points to an asset that could be used by an adversary to adversely affect that asset. Threat types include: Spoofing identity, Tampering with data, Repudiation, Information disclosure, Denial of Service, and Elevation of Privilege)
type de messagemessage type (A definition of a Service Broker message. The message type specifies the name of the message and the type of validation Service Broker performs on incoming messages of that type)
type de message à parties multiplesmulti-part message type (A definition of the structure of a message, including the data types of its elements. A multi-part message type can contain a single part or many parts)
type de noeud NetBIOSNetBIOS Node Type (A designation of the exact mechanisms by which network basic input/output system (NetBIOS) names are resolved to IP addresses)
type de numéronumber pattern (A specific phone number or area code that users enter to restrict the device to fixed dialing)
type de projetproject type (A classification that determines how a project is posted to the ledger. Project type identifies an external project as fixed price or time and materials and an internal project as cost, investment, or time)
Type de périphériquedevice type (Descriptor of the type of network device used in a table view of devices)
type de périphériquedevice type (A value from a developer-defined list that specifies the types of devices that a given application will support)
type de qualificateurqualifier flavor (A flag that provides additional information about a qualifier, such as whether a derived class or instance can override the qualifier's original value)
type de rapportreport type (A category of reports that all contain similar information)
type de relationRelationship Type (A field in the contact form that specifies the relationship of the account to the organization that uses Microsoft CRM)
type de ressourceresource type (A class of resources, such as print spooler, physical disk, or file share)
type de réseauphone mode (A selector that determines which cellular network type a phone will use)
type de résilienceresiliency type (A setting that allows the user to select the specific resiliency of data across multiple disks in a virtual disk or storage space)
type de rôlerole-type (A predefined role definition)
Type de sonnerieRing type (An option that allows the user to specify the type of alert the device will produce in response to an incoming call)
type de stockagebacking type (A type in a given type system that defines the object that is created when parsing a XAML object element or instantiating a XAML type. In XAML for WPF, a backing type is a CLR type)
type de taux de changeexchange rate type (A classification that groups exchange rates)
type de testtest type (A set of functionality and/or a template to help expose parts of the underlying test framework)
type de trameframe type (The way in which a network type, such as Ethernet, formats data to be sent over a network. When multiple frame types are allowed for a particular network type, the packets are structured differently and are, therefore, incompatible. All computers on a network must use the same frame type to communicate)
type de transformationconversion type (The kind of conversion based on the action desired from the user (e.g. purchase, subscription))
type de tâcheaction type (A classification that describes what an action does)
type de tâchetask type (A characterization of a task based on which aspect of the task is fixed and which aspects are variable. There are three task types: Fixed Units, Fixed Work, and Fixed Duration. The default task type in Project is Fixed Units)
type de tâchejob type (A classification of jobs based on the sequence in which they occur, from the time a job enters the work center to the time it leaves the work center)
type de vidage sur incidentCrash Dump Type (Specifies the file format Dr. Watson will use to store the information. The Full format contains the entire memory space of the program, as well as the program image itself, the handle table, and other information that will be useful to the debugger. The Mini format may include the full memory and handle table, or it may simply contain information about a single thread. The Windows NT 4.0-compatible Full format provides you with the opportunity to use older tools to analyze the dump file. Crash Dump Type is only available when you have selected the Create Crash Dump File check box)
type de workflowworkflow type (A set of metadata and event handlers in the Application Object Tree (AOT) that defines a workflow design template)
type d'employéemployee type (A category of employees for which a specific compensation plan is designed, such as Executive, Salaried, or Hourly)
type d'enregistrementrecord type (The representation of all the instances of a particular record. When changes are made to a record type, those changes will affect all individual records of that type)
type d'entitéentity type (The specification for a data type that includes a named set of properties and represents a top-level item in a data model)
type d'entreprisebusiness type (The kind of business organization or sector (such as a public company, a partnership, a private corporation, and so on))
type d'entréeentry type (The kind of tool used to store Account History, Business Contact History or Opportunity (for example, an e-mail message, note, task, or appointment). The type of utility used to store an entry)
type d'hôtehost type (A property that determines whether the host is controlled within or outside of the BizTalk Server process. Host types are In-process or Isolated)
Type d'incidentCase Type (A sub-category of customer service issues that indicates whether an issue is a question, problem, or request)
type d'objetobject type (An opaque data structure that defines a protected entity that is implemented and manipulated by the operating system. For example, the system service that reads a file operates on an open file object)
Type d'opportunitéOpportunity Type (A field on the Details tab of the Create New Opportunity screen that allows the user to categorize a sales opportunity)
type d'opérationoperation type (Information that is requested on the resource managed by ILM through the Web service. This includes information on creating and deleting objects, and reading and modifying object attributes. In addition, Add/Remove operations let you apply further control to the modify operation to control only addition of attributes or their removal)
type du message d'étatstatus message type (The nature of the status message, such as audit, detail, or milestone)
type d'unitéallotment type (A unit of service, such as a case or a range of coverage dates, specified in a service contract that indicates how much access a customer has to customer service)
Type d'URLURL Pattern (A field in which the user can enter intranet URLs to create Work URL exceptions)
type d'utilisationusage type (In Exchange Server 2007, the type of connector that is determined by the intended use of the connector. The usage type determines the default settings for the connector. This includes the SIDs that are authenticated, the permissions that are assigned to those SIDs, and the authentication mechanism)
type défini par l'utilisateuruser-defined type (A base data type that is explicitly defined by using the pre-compiler typedef directive)
type d'élémentitem type (The data definition for a class of items stored in a Web application. An item type consists of its name and references to the default set of fields (properties) associated with items of that class)
type d'élément de travailwork item type (A named definition associated with a project in a Team Foundation Server. Types are composed of fields, a form and work flow. They are defined using XML. Definitions are portable between Team Foundation Servers)
type d'événementevent type (The event type for a performance event is "information", and the event type for an exception event is 'error')
Type EAPEAP type (A feature that allows the user to select the type of Extensible Authentication Protocol used)
type génériquegeneric type (A class, interface, or structure whose definition has placeholders, called generic type parameters, for one or more types that are used in its member definitions. A user specifies real types (generic type arguments) for the type parameters when creating an instance of a generic type)
type générique construitconstructed generic type (A generic type whose generic type parameters have been specified. A constructed type or method can be an open generic type if some of its type arguments are type parameters of enclosing types or methods, or a closed generic type if all of its type arguments are real types)
type générique ferméclosed generic type (A constructed generic type that has no unspecified generic type parameters, either of its own or of any enclosing types or methods. Closed generic types can be instantiated)
type générique ouvertopen generic type (A constructed generic type in which one or more of the generic type arguments substituted for its generic type parameters is a type parameter of an enclosing generic type or method. Open generic types cannot be instantiated)
type imbriquénested type (A type defined within the scope of another type. A nested type is typically used for encapsulating implementation details of the top-level type)
type indépendantunbound type (A type that is referenced in a project and that IntelliSense and the C compiler cannot match to a declaration)
Type-Longueur-ValeurType-Length-Value (A method of organizing data that involves a Type code (16 bit), a specified length of a Value field (16 bit), and the data in the Value field (variable))
Type-Longueur-ValeurType, Length, Value (A method of organizing data that involves a Type code (16 bit), a specified length of a Value field (16 bit), and the data in the Value field (variable))
type MIMEMultipurpose Internet Mail Extensions type A method used by Web browsers to associate files of a certain type with applications that display files of that type (Multipurpose Internet Mail Extensions)
type Nullablenullable type (In C, an instance of the System.Nullable struct that can represent the normal range of values for its underlying value type, plus an additional null value)
type OCTPOCO type (A class in the Entity Framework that does not inherit from another class or implement an interface)
type paramétrableparameterized 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)
type partielpartial type (A type of class whose definition is split over two or more source files)
type requêtablequeryable type (The type of the query variable in a LINQ query. The type of the variable that represents the data source is also a queryable type. A queryable type can be implicitly or explicitly typed, but in either case it must be a generic IEnumerable or IQueryable type)
type référencereference type (" A data type that is represented by a reference (similar to a pointer) to the type's actual value. If a reference type is assigned to a variable, that variable references (or "points to") the original value. No copy is made. Reference types comprise classes, interfaces, delegates, and boxed value types. ")
type simplesimple type (Primitive type that is used for defining properties in the conceptual schema)
type utilisateuruser type (A DWORD that specifies how data is used. A user type is assigned to an identifier in the metabase)
type valeurvalue type (A data type that is represented by the type's actual value. If a value type is assigned to a variable, that variable is given a fresh copy of the value. (This is in contrast to a reference type, where assignment does not create a copy) Value types are usually created on a method's stack frame, rather than in the garbage-collected heap. A value type can be boxed, which is a process that creates a corresponding reference type)
types de données des champsfield data types (A characteristic of a field that determines what kind of data it can store. For example, a field whose data type is Text can store data consisting of either text or number characters, but a Number field can only store numerical data)
types de remisesdiscount list (A group of price reductions that can be applied to a product based on volume purchased)
vaccin antihæmophilus influenzæ de type bhaemophilus influenzae type b vaccine (A vaccine for immunization against serious infections caused by a type of bacteria called Haemophilus influenzae type b, such as meningitis and pneumonia)
vaccin contre l'haemophilus influenzae de type BHib (A vaccine for immunization against serious infections caused by a type of bacteria called Haemophilus influenzae type b, such as meningitis and pneumonia)
vaccin contre l'haemophilus influenzae de type Bhaemophilus influenzae type b vaccine (A vaccine for immunization against serious infections caused by a type of bacteria called Haemophilus influenzae type b, such as meningitis and pneumonia)
variable locale implicitement typéeimplicitly typed local variable (A local variable whose type is inferred from the expression that initializes the variable)
événement typétyped event (An event for which the structure of the event payload provided by the source or consumed by the sink is known, and the input or output adapter is designed around this specific event structure.)