Determines whether replication is enabled by default at the time an object (table or stored procedure) is marked.
true
true – Replication is enabled by default (automatically) at the time an object is marked.
false – Replication is disabled by default at the time an object is marked.
If the pdb_dflt_object_repl parameter is set to false at the time a table is marked for replication, no transactions can be replicated from that table until replication is enabled with the pdb_setreptable command.
If the pdb_dflt_object_repl parameter is set to false at the time a stored procedure is marked for replication, no invocations of that stored procedure can be replicated until replication is enabled with the pdb_setrepproc command.
You can use the pdb_setrepproc or pdb_setreptable command to enable or disable replication for all marked stored procedures or tables at once.
When replication is disabled for a table, no operations that affect that marked table will be recorded in the transaction log.
When replication is disabled for a stored procedure, no invocations of that stored procedure will be recorded in the transaction log.