DownloadGenerationsPerBatch プロパティ

パブリッシャからサブスクライバに変更をダウンロードする間に、1 つのバッチで処理される生成結果の数を取得します。値の設定も可能です。生成結果は、アーティクルごとに変更の論理グループとして定義されます。

名前空間:  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
バッチごとの生成結果の数です。

実装

IMergeSynchronizationAgent. . :: . .DownloadGenerationsPerBatch