DownloadGenerationsPerBatch-Eigenschaft
Ruft die Anzahl von Generierungen ab, die in einem einzigen Batch verarbeitet werden sollen, während Änderungen vom Verleger auf den Abonnenten heruntergeladen werden, oder legt diese Anzahl fest. Eine Generierung ist als logische Gruppe von Änderungen pro Artikel definiert.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Property DownloadGenerationsPerBatch As Short
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System. . :: . .Int16
Die Anzahl von Generierungen pro Batch.
Implementiert
IMergeSynchronizationAgent. . :: . .DownloadGenerationsPerBatch