Свойство UploadGenerationsPerBatch
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.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Public Overridable Property UploadGenerationsPerBatch As Short
Get
Set
'Применение
Dim instance As MergeSynchronizationAgent
Dim value As Short
value = instance.UploadGenerationsPerBatch
instance.UploadGenerationsPerBatch = value
public virtual short UploadGenerationsPerBatch { get; set; }
public:
virtual property short UploadGenerationsPerBatch {
short get ();
void set (short value);
}
abstract UploadGenerationsPerBatch : int16 with get, set
override UploadGenerationsPerBatch : int16 with get, set
function get UploadGenerationsPerBatch () : short
function set UploadGenerationsPerBatch (value : short)
Значение свойства
Тип System. . :: . .Int16
The number of generations per batch.
Реализует интерфейс
IMergeSynchronizationAgent. . :: . .UploadGenerationsPerBatch