Propriété IMergeSynchronizationAgent.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.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property DownloadGenerationsPerBatch As Short 
    Get 
    Set
'Utilisation
Dim instance As IMergeSynchronizationAgent 
Dim value As Short 

value = instance.DownloadGenerationsPerBatch

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

Valeur de propriété

Type : System.Int16
The number of generations per batch.

Voir aussi

Référence

IMergeSynchronizationAgent Interface

Espace de noms Microsoft.SqlServer.Replication