IMergeSynchronizationAgent.UploadGenerationsPerBatch Property
Gets or sets the number of generations to be processed in a single batch while uploading changes from the Subscriber to the Publisher. A generation is defined as a logical group of changes per article.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property UploadGenerationsPerBatch As Short
Get
Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As Short
value = instance.UploadGenerationsPerBatch
instance.UploadGenerationsPerBatch = value
short UploadGenerationsPerBatch { get; set; }
property short UploadGenerationsPerBatch {
short get ();
void set (short value);
}
abstract UploadGenerationsPerBatch : int16 with get, set
function get UploadGenerationsPerBatch () : short
function set UploadGenerationsPerBatch (value : short)
Property Value
Type: System.Int16
The number of generations per batch.