Subject | English | Chinese simplified |
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 | column-level constraint | 列级约束 (A constraint definition that is specified within a column definition when a table is created or altered) |
comp., MS | Constraint-based configuration | 基于约束的配置 (A configuration technology that uses constraints to develop product masters and to configure distinct products) |
comp., MS | Constraint Service | 约束服务 (A service responsible for answering HWS constraints-related querying by evaluating constraint clauses that are based on facts provided by the fact store manager and the relevant fact retrievers) |
comp., MS | 2-element constraint | 二元素约束 (A constraint that applies to two elements, such as two classes or two associations. The constraint is shown as a dashed arrow from one element to the other, labeled by the constraint string in braces ({ })) |
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 | flexible constraint | 弹性限制 (A constraint that does not tie a task to a single date. Flexible constraints are As Soon As Possible, As Late As Possible, Finish No Earlier Than, Finish No Later Than, Start No Earlier Than, and Start No Later Than) |
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 | inflexible constraint | 非弹性限制 (A constraint that ties a task to a date. The inflexible constraints are Must Finish On and Must Start On) |
comp., MS | integrity constraint | 完整性约束 (A property defined on a table that prevents data modifications that would create invalid data) |
comp., MS | mandatory constraint | 强制约束 (A constraint that requires every instance of an object type's population to play that role. With a disjunctive mandatory role constraint, each member of the object type's population must play at least one of the roles indicated) |
comp., MS | OR constraint | OR 约束 (An indicator of a situation in which any instance of a class can participate in only one association at one time. The constraint is shown as a dashed line connecting two or more associations, which must have a class in common) |
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) |
comp., MS | precedence constraint | 优先约束 (A control flow element that connects tasks and containers into a sequenced workflow) |
comp., MS | project constraint | 项目限制 (A factor that will limit the project management team's options. For example, a predefined budget is a constraint that may limit the team's scope, staffing, and schedule options) |
comp., MS | referential constraint | 引用约束 (An element of an SSDL schema that specifies the direction of an association with FromRole and ToRole attributes. A referential constraint corresponds to a CSDL navigation property) |
comp., MS | uniqueness constraint | 唯一性约束 (A constraint that prohibits repetition of individual data or combinations of data) |