JET_SPACEHINTS.ulGrowth 屬性
取得或設定上次成長或初始大小的成長百分比, (可能四捨五入為最接近的原生 JET 配置大小) 。 有效值為 0,且 [100, 50000) 。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'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