Current Situation
Currently the replication implies the same object names in the target destination (SQL) as in the source.
Where source connections do not support specific schema, the default schema is applied implicitly.
Feature Request
It would give more flexibility and improve the integration in the target database (SQL) for replication objects according to specific naming standards, if for each replication object, the schema and object name in the replication destination (target) could be defined explicitly.
Example
Source: Salesforce pba__Closing__c
Target with implicit logic (today): [dbo].[pba__Closing__c]
Target with explicit naming (future): [Salesforce_Extract].[Closing]