UploadGenerationsPerBatch 属性

命名空间:  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