Właściwość MergeSynchronizationAgent.DownloadGenerationsPerBatch
Pobiera lub ustawia liczbę pokoleń mają być przetwarzane w jednej partia podczas pobierania zmiany z Wydawca do subskrybenta.Generowanie jest zdefiniowana jako logicznej grupy zmian każdego artykuł.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Public Overridable Property DownloadGenerationsPerBatch As Short
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int16
Liczba pokoleń na partia.
Implementacje
Zobacz także