Subject | English | Thai |
comp., MS | CHECK constraint | ค่าจำกัด CHECK (A constraint that allows for business rules that span multiple tables. For example, the Order table could have a CHECK constraint that would prevent orders for a customer from exceeding a credit limit defined for the customer in the Customer table) |
comp., MS | Constraint-based configuration | การจัดโครงแบบตามข้อจำกัด (A configuration technology that uses constraints to develop product masters and to configure distinct products) |
comp., MS | financial dimension value constraint | ข้อจำกัดค่ามิติทางการเงิน (A hierarchical financial dimension relationship that restricts the set of all possible financial dimension value combinations to a set of valid financial dimension value combinations) |
comp., MS | generic 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) |
comp., MS | parameterless constructor constraint | ข้อจำกัดคอนสตรักเตอร์ที่ไม่มีพารามิเตอร์ (A restriction on a generic type parameter, such that types substituted for that type parameter must provide a parameterless or default constructor) |