Drops a replication definition for a table or procedure at the Replication Server.
rs_drop_repdef [TABLE_NAME]
TABLE_NAME A replication definition is dropped for a table or procedure.
When rs_drop_repdef is invoked, a replication definition for that table is dropped at the Replication Server.
For each table or procedure for which a replication definition is dropped, a result set is returned. The result set contains the table name or procedure name and the status of the drop. If the replication definition was dropped, the status will be “dropped." If an error occurred, an error message from Replication Server or Replication Agent is returned.
The ltl_character_case configuration parameter setting determines the character case of the object names in the replication definition.