共用方式為


DbSyncScopeMetadata.BatchCount 屬性

如果是使用批次處理,取得或設定同步處理某一範圍所需的批次數目。

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
Public Property BatchCount As Integer
'用途
Dim instance As DbSyncScopeMetadata
Dim value As Integer

value = instance.BatchCount

instance.BatchCount = value
public int BatchCount { get; set; }
public:
property int BatchCount {
    int get ();
    void set (int value);
}
/** @property */
public int get_BatchCount ()

/** @property */
public void set_BatchCount (int value)
public function get BatchCount () : int

public function set BatchCount (value : int)

屬性值

同步處理範圍所需的批次數目。

請參閱

參考

DbSyncScopeMetadata 類別
DbSyncScopeMetadata 成員
Microsoft.Synchronization.Data 命名空間