ExchangePlansManager.CreateInitialImage
Syntax:
Parameters:
<Node> (required)
A reference to exchange plan node or an object representing exchange plan node. This node should belong to an exchange plan of the distributed infobase and should not be a master node for this node of the distributed infobase.
<ConnectionString> (required)
Connection string specifying the infobase in which an initial image of slave node of the distributed infobase will be created. The infobase used for creating the initial image must be empty or non-existent.
Description:
Availability:
Note:
Example:
ExchangePlans.CreateInitialImage(Node, "File=c:/1cv8/MDDistr/New;Locale=en_US"); |