In RMO, which property of the class "Microsoft.SqlServer.Replication.PublicationAttributes" corresponds to the sync_method parameter of sp_addpublication?
I'm implement transactional replication using RMO and I need to set the sync_method property. I believe it should be a property of the class "Microsoft.SqlServer.Replication.PublicationAttributes" but not sure which one.
Can anyone give me a hand please? Thanks.