MergeSynchronizationAgent.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
'Deklaracja
Public Overridable Property UploadGenerationsPerBatch As Short
public virtual short UploadGenerationsPerBatch { get; set; }
public:
virtual property short UploadGenerationsPerBatch {
short get ();
void set (short newValue);
}
/** @property */
public short get_UploadGenerationsPerBatch ()
/** @property */
public void set_UploadGenerationsPerBatch (short newValue)
public function get UploadGenerationsPerBatch () : short
public function set UploadGenerationsPerBatch (newValue : short)
Property Value
The number of generations per batch.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.