Sets replication on in Adaptive Server for either a database connection or database connections.
create function string rs_repl_on for sqlserver_derived_class output language 'set replication on'
rs_repl_on is executed for the DSI connection to a database.
rs_repl_on has function-string class scope.
Replication Server creates an initial rs_repl_on function string for the system-provided function-string classes during installation.
If you use a user-created base function-string class, create a function string for rs_repl_on if you plan to use it in any way other than the default.
Create or customize an rs_repl_on function string at the Replication Server that is the primary site for the class.