BusinessLogicModule::Initialize Method (String^, String^, String^, String^, String^, String^)
Sends information about the article being synchronized to the business logic resolver when the Merge Agent is started.
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
public: virtual void Initialize( String^ publisher, String^ subscriber, String^ distributor, String^ publisherDB, String^ subscriberDB, String^ articleName )
Parameters
- publisher
-
Type:
System::String^
Name of the Publisher.
- subscriber
-
Type:
System::String^
Name of the Subscriber.
- distributor
-
Type:
System::String^
Name of the Distributor.
- publisherDB
-
Type:
System::String^
Name of the publication database.
- subscriberDB
-
Type:
System::String^
Name of the subscription database.
- articleName
-
Type:
System::String^
Name of the published article.
The merge agent will cache this information and use it throughout the lifetime of the synchronization process.
Show: