Show TOC

rs_rollbackLocate this document in the navigation structure

Rolls back a transaction. This function is reserved for future use.

Examples
Example 1

This example illustrates the default rs_rollback function string for the <rs_sqlserver_function_class> and <rs_default_function_class> classes.

create function string rs_rollback
 for sqlserver_derived_class
 output language
 'rollback transaction'
Usage
  • Rolled back transactions retrieved from a primary database transaction log are not distributed to replicate Replication Servers, so this function should never be executed.

  • The rs_rollback function has function-string-class scope.

  • Replication Server creates an initial rs_rollback function string for the system-provided function-string classes during installation.