RaiseErrorParameter 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 procedure is called with an incorrect parameter value.
[Repository].[RaiseErrorParameter] ( @schema, @procedure, @parameter )
Arguments
@schema
Type: sysname. The schema name of the procedure with an incorrect parameter.
@procedure
Type: sysname. The procedure name that was called with an incorrect parameter.
@parameter
Type: nvarchar(127). The parameter name that was incorrect.