次の方法で共有


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 名前空間