InstanceParameters.DbScanThrottle 属性

获取或设置数据库扫描的限制(以毫秒为单位)。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Property DbScanThrottle As Integer
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer

value = instance.DbScanThrottle

instance.DbScanThrottle = value
public int DbScanThrottle { get; set; }

属性值

类型: System.Int32

另请参阅

参考

InstanceParameters 类

InstanceParameters 成员

Microsoft.Isam.Esent.Interop 命名空间