DictionaryForumContacts

   English
Terms for subject Microsoft containing bindings | all forms
EnglishFrench
binding dependencydépendance de liaison (A kind of dependency that indicates a binding of parameterized class, or template, parameters to actual values to create a bound, or nonparameterized, element)
binding entryentrée de liaison (A mapping between a field in a table and a variable. In the ADO Visual C++ extensions, Recordset fields are mapped to C/C++ variables)
binding filefichier de liaison (A file that contains a snapshot of the binding as seen at that instant. It does not contain details about the completeness of the binding with respect to the orchestration)
binding sourcesource de liaison (In data binding, the object from which the value is obtained)
binding timetemps de liaison (The point in a program's use at which binding of information occurs, usually in reference to program elements being bound to their storage locations and values. The most common binding times are during compilation (compile-time binding), during linking (link-time binding), and during program execution (run-time binding))
early bindingliaison anticipée (Binding (converting symbolic addresses in the program to storage-related addresses) that occurs during program compilation or linkage)
named bindingliaison nommée (A way of binding to a directory where users may be able to set attributes and may have access to more areas of the directory, if the administrator allows it)
one way to source bindingliaison source unidirectionnelle (A type of data binding where changes made to the target automatically update the source, while changes to the source don't update the target. Data binding is always set on the target object)
query bindingliaison de requête (The process of binding instances of input adapters and instances of output adapters to an instance of a query template)
static bindingliaison statique (Binding (converting symbolic addresses in the program to storage-related addresses) that occurs during program compilation or linkage)
template bindingliaison de modèle (A binding between a property on an element in a control template and a property on the control instance to which the template is applied. For example, a Button's Background property changes and, because a Rectangle in its template is template bound to that property, the Rectangle changes color)
two-way bindingliaison bidirectionnelle (A type of data binding where changes made to the target automatically update the source, and changes to the source automatically update the target. Data binding is always set on the target object)
virtual-mode data bindingliaison de données en mode virtuel (A type of data binding in which a data-bound control retrieves only as many rows from the database as the user will be able to see on the screen)