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.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Property DownloadGenerationsPerBatch As Short 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Int16
The number of generations per batch.

참고 항목

참조

IMergeSynchronizationAgent 인터페이스

Microsoft.SqlServer.Replication 네임스페이스