Subject | English | Korean |
comp., MS | 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) |
comp., MS | parameterized query | 매개 변수가 있는 쿼리 (A query that accepts input values through parameters) |
comp., MS | parameterized report | 매개 변수가 있는 보고서 (A published report that accepts input values through parameters) |
comp., MS | 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())) |
comp., MS | 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) |