Subject | English | Hebrew |
comp., MS | CHECK constraint | בדיקת אילוץ (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 | 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) |