Subject | English | Chinese simplified |
comp., MS | binding dependency | 绑定依赖关系 (A kind of dependency that indicates a binding of parameterized class, or template, parameters to actual values to create a bound, or nonparameterized, element) |
comp., MS | binding entry | 绑定项 (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) |
comp., MS | binding file | 绑定文件 (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) |
comp., MS | binding policy | 绑定策略 (A policy that establishes which version of an assembly is loaded by the common language runtime) |
comp., MS | binding source | 绑定源 (In data binding, the object from which the value is obtained) |
comp., MS | binding target | 绑定目标 (In data binding, the object that consumes the value of the binding) |
comp., MS | binding time | 汇集时间 (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)) |
comp., MS | bound data | 绑定的数据 (Data linked to a Web page) |
comp., MS | bound object frame | 绑定对象框架 (A control on a form or report used to display and manipulate OLE objects that are stored in tables) |
comp., MS | bound system | 绑定系统 (The application system whose applications are bound to logical servers as described on a deployment diagram) |
comp., MS | column binding | 列绑定 (The binding of an Analysis Services object to a column in a data source view) |
comp., MS | data binding | 数据绑定 (The process of creating a link between a property and a source. The source can be local or external) |
comp., MS | early binding | 早期绑定 (Binding (converting symbolic addresses in the program to storage-related addresses) that occurs during program compilation or linkage) |
comp., MS | element binding | 元素绑定 (Data binding the property of one object to a property of another object) |
comp., MS | late-bound code | 后期绑定代码 (A code that defers the assignment of a meaning to an identifier (such as a variable) until runtime) |
comp., MS | model binding | 模型绑定 (The process of automatically converting data that is posted in an HTML form to a .NET Framework data type) |
comp., MS | one way to source binding | 单向数据源绑定 (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) |
comp., MS | query binding | 查询绑定 (The process of binding instances of input adapters and instances of output adapters to an instance of a query template) |
comp., MS | remote service binding | 远程服务绑定 (A Service Broker object that specifies the local security credentials for a remote service) |
comp., MS | static binding | 静态绑定 (Binding (converting symbolic addresses in the program to storage-related addresses) that occurs during program compilation or linkage) |
comp., MS | template binding | 模板绑定 (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) |
comp., MS | two-way binding | 双向绑定 (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) |
comp., MS | virtual-mode data binding | 虚拟模式数据绑定 (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) |