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 名前空間