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