RaiseErrorReadOnlyColumn 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 there is an attempt to change a read-only column in a Modeling Services table.
[Repository].[RaiseErrorReadOnlyColumn] ( @schema, @table, @column )
Arguments
@schema
Type: sysname. The schema of the table that contains the read-only column.
@table
Type: sysname. The name of the table that contains the read-only column.
@column
Type: sysname. The name of the read-only column.