共用方式為


MergeSynchronizationAgent.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 中)

語法

'宣告
Public Overridable Property DownloadGenerationsPerBatch As Short 
    Get 
    Set
'用途
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)

屬性值

型別:System.Int16
The number of generations per batch.

實作

IMergeSynchronizationAgent.DownloadGenerationsPerBatch

請參閱

參考

MergeSynchronizationAgent 類別

Microsoft.SqlServer.Replication 命名空間