RaiseErrorConstraintViolated Procedure (Repository Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Raises an error when a Modeling Services constraint is violated.
[Repository].[RaiseErrorConstraintViolated] ( @schema, @table, @error )
Arguments
@schema
Type: sysname. The schema involved with the constraint violation.
@table
Type: sysname. The table involved with the constraint violation.
@error
Type: [System.Globalization].[StringId]. A reference to an existing error message template string that describes the constraint violation.