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)