Свойство MergeSynchronizationAgent.DownloadGenerationsPerBatch

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.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
Public Overridable Property DownloadGenerationsPerBatch As Short 
    Get 
    Set
'Применение
Dim instance As MergeSynchronizationAgent 
Dim value As Short 

value = instance.DownloadGenerationsPerBatch

instance.DownloadGenerationsPerBatch = value
public virtual short DownloadGenerationsPerBatch { get; set; }
public:
virtual property short DownloadGenerationsPerBatch {
    short get ();
    void set (short value);
}
abstract DownloadGenerationsPerBatch : int16 with get, set 
override DownloadGenerationsPerBatch : int16 with get, set
function get DownloadGenerationsPerBatch () : short 
function set DownloadGenerationsPerBatch (value : short)

Значение свойства

Тип: System.Int16
The number of generations per batch.

Реализует

IMergeSynchronizationAgent.DownloadGenerationsPerBatch

См. также

Справочник

MergeSynchronizationAgent Класс

Пространство имен Microsoft.SqlServer.Replication