DownloadGenerationsPerBatch 屬性
命名空間: 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)