Subject | English | Korean |
comp., MS | anonymous binding | 익명 바인딩 (A way of binding to a directory where users can access only a limited area of the directory) |
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 | 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 binding | 런타임에 바인딩 (Binding (converting symbolic addresses in the program to storage-related addresses) that occurs during program execution. The term often refers to object-oriented applications that determine, during run time, which software routines to call for particular data objects) |
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 | named binding | 명명된 바인딩 (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) |
comp., MS | one way to source binding | OneWayToSource 바인딩 (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) |