Create Empty Function Strings with the Output Template

You can create an empty function string—one that performs no action—by including the output language clause with the none option.

For example, the following command defines no action for the rs_insert function string for the publishers_rep replication definition:
alter function string publishers_rep.rs_insert
for derived_class
output none
Related concepts
Alter Function Strings