Drops a function string for a function-string class.
drop function string publishers_rep.rs_insert for sqlserver_derived_class
drop function string publishers_rep.upd_publishers for sqlserver2_function_class
To replace an existing function string with a new one, use either alter function string or create function with overwrite.
Dropping a function drops corresponding function strings from all function-string classes.
Dropping a customized function string from a derived function-string class causes that class to inherit the function-string from its parent class.
Dropping a customized function string from rs_sqlserver_function_class causes Replication Server to delete the customized and default function string. To revert the customized function string to the default function string for a function in the rs_sqlserver_function_class, use alter function string and omit the output clause.
Replication Server distributes information about the dropped function string to qualifying sites through the replication system. The changes do not appear immediately at all such sites because of normal replication system lag time.