We have a custom built minimalist replication agent application. SQL Server's own Replication Agent can make use of properties such as "Enforce for Replication" for foreign keys. The question is can we make use of it in our applications too, something like writing an attribute to the connection string like IAmAReplicationAgent=true
Thanks.