共用方式為


IMergeSynchronizationAgent.UploadGenerationsPerBatch 屬性

Gets or sets the number of generations to be processed in a single batch while uploading changes from the Subscriber to the Publisher. A generation is defined as a logical group of changes per article.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)

語法

'宣告
Property UploadGenerationsPerBatch As Short 
    Get 
    Set
'用途
Dim instance As IMergeSynchronizationAgent 
Dim value As Short 

value = instance.UploadGenerationsPerBatch

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

屬性值

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

請參閱

參考

IMergeSynchronizationAgent 介面

Microsoft.SqlServer.Replication 命名空間