Share via


JET_SPACEHINTS.ulGrowth 属性

获取或设置从上次增长或初始大小 (可能舍入到最接近本机 JET 分配大小) 的百分比。 有效值为 0 和 [100, 50000) 。

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

语法

'Declaration
Public Property ulGrowth As Integer
    Get
    Set
'Usage
Dim instance As JET_SPACEHINTS
Dim value As Integer

value = instance.ulGrowth

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

属性值

类型: System.Int32

另请参阅

参考

JET_SPACEHINTS 类

JET_SPACEHINTS成员

Microsoft.Isam.Esent.Interop 命名空间