Object Binding and Replication of SQL and DDL Statements

You can send SQL and DDL statements over the default path or over all paths for any object that is not bound to a path.

With SQL statement replication and DDL replication, when you bind an object such as a table to a specific replication path, any SQL or DDL statement that includes the object uses the specified replication path. The SQL or DDL statement uses either the default replication path or all replication paths if the statement includes any object that you have not bound to a path.

Use ddl path for unbound objects with sp_config_rep_agent to send SQL or DDL statements for unbound objects over all paths or the default path:
sp_config_rep_agent dbname, 'ddl path for unbound objects', {'all' | 'default'}
The default setting is all.