Udostępnij przez


MergeSynchronizationAgent.DownloadGenerationsPerBatch Property

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.

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntax

'Deklaracja
Public Overridable Property DownloadGenerationsPerBatch As Short
public virtual short DownloadGenerationsPerBatch { get; set; }
public:
virtual property short DownloadGenerationsPerBatch {
    short get ();
    void set (short newValue);
}
/** @property */
public short get_DownloadGenerationsPerBatch ()

/** @property */
public void set_DownloadGenerationsPerBatch (short newValue)
public function get DownloadGenerationsPerBatch () : short

public function set DownloadGenerationsPerBatch (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.