MergeSynchronizationAgent.DownloadGenerationsPerBatch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of generations to be processed in a single batch while downloading changes from the Publisher to the Subscriber. A generation is defined as a logical group of changes per article.
public:
virtual property short DownloadGenerationsPerBatch { short get(); void set(short value); };
public virtual short DownloadGenerationsPerBatch { get; set; }
member this.DownloadGenerationsPerBatch : int16 with get, set
Public Overridable Property DownloadGenerationsPerBatch As Short
Property Value
The number of generations per batch.