DbBatchSpooledEventArgs.DataCacheSize 属性

获取当前批的大小。

命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
Public ReadOnly Property DataCacheSize As Long
用法
Dim instance As DbBatchSpooledEventArgs
Dim value As Long

value = instance.DataCacheSize
public long DataCacheSize { get; }
public:
property long long DataCacheSize {
    long long get ();
}
/** @property */
public long get_DataCacheSize ()
public function get DataCacheSize () : long

属性值

当前批的大小。

请参阅

参考

DbBatchSpooledEventArgs 类
DbBatchSpooledEventArgs 成员
Microsoft.Synchronization.Data 命名空间