rs_check_repl

Description

Checks to see if a table is marked for replication.

Examples

Example 1

Creates an rs_check_repl function string that executes the rs_check_repl_stat stored procedure.

create function string rs_check_repl
 for sqlserver_derived_class
 output language
 'execute rs_check_repl_stat
  @rs_repl_name = ?rs_repl_name!param?'

Usage

See also

create function string, create replication definition